#include <CeresEngine/Material/ShaderCompiler/AST/AST.hpp>
|
| enum | : UInt32 { wasConverted = (1u << ( 0 ))
} |
| |
| enum class | Types {
Program
, CodeBlock
, Attribute
, SwitchCase
,
SamplerValue
, Register
, PackOffset
, ArrayDimension
,
TypeSpecifier
, VarDeclaration
, BufferDeclaration
, SamplerDeclaration
,
StructDeclaration
, AliasDeclaration
, FunctionDeclaration
, UniformBufferDeclaration
,
VarDeclarationStatement
, BufferDeclarationStatement
, SamplerDeclarationStatement
, AliasDeclarationStatement
,
BasicDeclarationStatement
, NullStatement
, CodeBlockStatement
, ForLoopStatement
,
WhileLoopStatement
, DoWhileLoopStatement
, IfStatement
, ElseStatement
,
SwitchStatement
, ExpressionStatement
, ReturnStatement
, CtrlTransferStatement
,
LayoutStatement
, NullExpression
, SequenceExpression
, LiteralExpression
,
TypeSpecifierExpression
, TernaryExpression
, BinaryExpression
, UnaryExpression
,
PostUnaryExpression
, CallExpression
, BracketExpression
, ObjectExpression
,
AssignExpression
, ArrayExpression
, CastExpression
, InitializerExpression
} |
| |
| enum | : UInt32 { isReachable = (1u << ( 30 ))
, isDeadCode = (1u << ( 29 ))
, isBuiltin = (1u << ( 28 ))
} |
| |
| template<typename T > |
| static T * | getAs (AST *ast) |
| |
| template<typename T > |
| static const T * | getAs (const AST *ast) |
| |
◆ ArrayExpression() [1/2]
◆ ArrayExpression() [2/2]
| CeresEngine::ShaderCompiler::ArrayExpression::ArrayExpression |
( |
const SourceArea & |
astArea | ) |
|
|
inlineexplicit |
◆ deriveTypeDenoter()
◆ fetchLValueExpression()
Returns the first node in the expression tree that is an l-value (may also be constant!), or null if there is no l-value.
If the return value is non-null, the object expression must refer to a declaration object. By default null.
Reimplemented from CeresEngine::ShaderCompiler::Expression.
◆ find()
◆ getType()
| Types CeresEngine::ShaderCompiler::ArrayExpression::getType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ numIndices()
| std::size_t CeresEngine::ShaderCompiler::ArrayExpression::numIndices |
( |
| ) |
const |
◆ visit()
◆ arrayIndices
◆ classType
◆ prefixExpression
| ExpressionPtr CeresEngine::ShaderCompiler::ArrayExpression::prefixExpression |
The documentation for this struct was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Material/ShaderCompiler/AST/AST.hpp