8#ifndef SKSL_CONSTRUCTOR_MATRIX_RESIZE
9#define SKSL_CONSTRUCTOR_MATRIX_RESIZE
38 static std::unique_ptr<Expression>
Make(
const Context& context,
41 std::unique_ptr<Expression> arg);
static std::unique_ptr< Expression > Make(const Context &context, Position pos, const Type &type, std::unique_ptr< Expression > arg)
std::unique_ptr< Expression > clone(Position pos) const override
static constexpr Kind kIRNodeKind
bool supportsConstantValues() const override
ConstructorMatrixResize(Position pos, const Type &type, std::unique_ptr< Expression > arg)
std::optional< double > getConstantValue(int n) const override
std::unique_ptr< Expression > clone() const
const Type & type() const
SingleArgumentConstructor(Position pos, Kind kind, const Type *type, std::unique_ptr< Expression > argument)
std::unique_ptr< Expression > & argument()