AnyConstructor(Position pos, Kind kind, const Type *type) | SkSL::AnyConstructor | inline |
argument() | SkSL::SingleArgumentConstructor | inline |
argument() const | SkSL::SingleArgumentConstructor | inline |
argumentSpan() final | SkSL::SingleArgumentConstructor | inlinevirtual |
argumentSpan() const final | SkSL::SingleArgumentConstructor | inlinevirtual |
as() const | SkSL::IRNode | inline |
as() | SkSL::IRNode | inline |
asAnyConstructor() | SkSL::Expression | |
asAnyConstructor() const | SkSL::Expression | |
clone(Position pos) const override | SkSL::ConstructorSplat | inlinevirtual |
SkSL::SingleArgumentConstructor::clone() const | SkSL::Expression | inline |
coercionCost(const Type &target) const | SkSL::Expression | inline |
compareConstant(const Expression &other) const override | SkSL::AnyConstructor | virtual |
ComparisonResult enum name | SkSL::Expression | |
componentType() const | SkSL::AnyConstructor | inline |
ConstructorSplat(Position pos, const Type &type, std::unique_ptr< Expression > arg) | SkSL::ConstructorSplat | inline |
description(OperatorPrecedence) const override | SkSL::AnyConstructor | virtual |
SkSL::Expression::description() const final | SkSL::Expression | virtual |
Expression(Position pos, Kind kind, const Type *type) | SkSL::Expression | inline |
fKind | SkSL::IRNode | protected |
fPosition | SkSL::IRNode | |
getConstantValue(int n) const override | SkSL::ConstructorSplat | inlinevirtual |
IRNode(const IRNode &)=delete | SkSL::IRNode | |
IRNode(Position position, int kind) | SkSL::IRNode | inlineprotected |
is() const | SkSL::IRNode | inline |
isAnyConstructor() const | SkSL::Expression | inline |
isBoolLiteral() const | SkSL::Expression | inline |
isFloatLiteral() const | SkSL::Expression | inline |
isIncomplete(const Context &context) const | SkSL::Expression | |
isIntLiteral() const | SkSL::Expression | inline |
Kind typedef | SkSL::Expression | |
kind() const | SkSL::Expression | inline |
kIRNodeKind | SkSL::ConstructorSplat | inlinestatic |
Make(const Context &context, Position pos, const Type &type, std::unique_ptr< Expression > arg) | SkSL::ConstructorSplat | static |
operator delete(void *ptr) | SkSL::Poolable | inlinestatic |
operator new(const size_t size) | SkSL::Poolable | inlinestatic |
operator=(const IRNode &)=delete | SkSL::IRNode | |
position() const | SkSL::IRNode | inline |
setPosition(Position p) | SkSL::IRNode | inline |
SingleArgumentConstructor(Position pos, Kind kind, const Type *type, std::unique_ptr< Expression > argument) | SkSL::SingleArgumentConstructor | inline |
supportsConstantValues() const override | SkSL::ConstructorSplat | inlinevirtual |
type() const | SkSL::Expression | inline |
~IRNode() | SkSL::IRNode | inlinevirtual |