| beginAlignedLines() | CeresEngine::ShaderCompiler::Generator | protected |
| beginLn() | CeresEngine::ShaderCompiler::Generator | protected |
| blank() | CeresEngine::ShaderCompiler::Generator | protected |
| decrementIndent() | CeresEngine::ShaderCompiler::Generator | protected |
| endAlignedLines() | CeresEngine::ShaderCompiler::Generator | protected |
| endLn() | CeresEngine::ShaderCompiler::Generator | protected |
| error(const String &msg, const AST *ast=nullptr, bool breakWithException=true) | CeresEngine::ShaderCompiler::Generator | protected |
| flushWritePrefixes() | CeresEngine::ShaderCompiler::Generator | private |
| generateCode(Program &program, const ShaderInput &inputDesc, const ShaderOutput &outputDesc, Log *log=nullptr) | CeresEngine::ShaderCompiler::Generator | |
| generateCodePrimary(Program &program, const ShaderInput &inputDesc, const ShaderOutput &outputDesc)=0 | CeresEngine::ShaderCompiler::Generator | protectedpure virtual |
| Generator(Log *log) | CeresEngine::ShaderCompiler::Generator | |
| getActiveCallExpression() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| getActiveFunctionDeclaration() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| getActiveFunctionStructDeclaration() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| getActiveLValueExpression() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| getActiveStructDeclaration() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| getActiveVarDeclarationStatement() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| getProgram() const | CeresEngine::ShaderCompiler::Generator | inlineprotected |
| getShaderTarget() const | CeresEngine::ShaderCompiler::Generator | inlineprotected |
| getStructDeclarationStack() const | CeresEngine::ShaderCompiler::VisitorTracker | inlineprotected |
| getTimePoint() const | CeresEngine::ShaderCompiler::Generator | protected |
| getUniformBufferDeclarationStack() const | CeresEngine::ShaderCompiler::VisitorTracker | inlineprotected |
| incrementIndent() | CeresEngine::ShaderCompiler::Generator | protected |
| isComputeShader() const | CeresEngine::ShaderCompiler::Generator | protected |
| isFragmentShader() const | CeresEngine::ShaderCompiler::Generator | protected |
| isGeometryShader() const | CeresEngine::ShaderCompiler::Generator | protected |
| isInsideEntryPoint() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| isInsideFunctionDeclaration() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| isInsideGlobalScope() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| isInsideSecondaryEntryPoint() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| isInsideStructDeclaration() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| isInsideUniformBufferDeclaration() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| isInsideVarDeclarationStatement() const | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| isOpenLine() const | CeresEngine::ShaderCompiler::Generator | protected |
| isTessControlShader() const | CeresEngine::ShaderCompiler::Generator | protected |
| isTessEvaluationShader() const | CeresEngine::ShaderCompiler::Generator | protected |
| isTopWritePrefix() const | CeresEngine::ShaderCompiler::Generator | protected |
| isVertexShader() const | CeresEngine::ShaderCompiler::Generator | protected |
| isWarningEnabled(UInt32 flags) const | CeresEngine::ShaderCompiler::Generator | protected |
| mAllowBlanks | CeresEngine::ShaderCompiler::Generator | private |
| mAllowLineSeparation | CeresEngine::ShaderCompiler::Generator | private |
| mCallExpressionStack | CeresEngine::ShaderCompiler::VisitorTracker | private |
| mFuncDeclarationStack | CeresEngine::ShaderCompiler::VisitorTracker | private |
| mLvalueExpressionStack | CeresEngine::ShaderCompiler::VisitorTracker | private |
| mProgram | CeresEngine::ShaderCompiler::Generator | private |
| mReportHandler | CeresEngine::ShaderCompiler::Generator | private |
| mShaderTarget | CeresEngine::ShaderCompiler::Generator | private |
| mStackLevelOf2ndEntryPoint | CeresEngine::ShaderCompiler::VisitorTracker | private |
| mStackLevelOfEntryPoint | CeresEngine::ShaderCompiler::VisitorTracker | private |
| mStructDeclarationStack | CeresEngine::ShaderCompiler::VisitorTracker | private |
| mUniformBufferDeclarationStack | CeresEngine::ShaderCompiler::VisitorTracker | private |
| mVarDeclarationStatementStack | CeresEngine::ShaderCompiler::VisitorTracker | private |
| mWarnings | CeresEngine::ShaderCompiler::Generator | private |
| mWritePrefixStack | CeresEngine::ShaderCompiler::Generator | private |
| mWriter | CeresEngine::ShaderCompiler::Generator | private |
| popCallExpression() | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| popFunctionDeclaration() | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| popLValueExpression() | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| popOptions() | CeresEngine::ShaderCompiler::Generator | protected |
| popStructDeclaration() | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| popUniformBufferDeclaration() | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| popVarDeclarationStatement() | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| popWritePrefix(const String &text="") | CeresEngine::ShaderCompiler::Generator | protected |
| pushCallExpression(CallExpression *callExpression) | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| pushFunctionDeclaration(FunctionDeclaration *funcDeclaration) | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| pushLValueExpression(Expression *expression) | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| pushOptions(const CodeWriter::Options &options) | CeresEngine::ShaderCompiler::Generator | protected |
| pushStructDeclaration(StructDeclaration *structDeclaration) | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| pushUniformBufferDeclaration(UniformBufferDeclaration *uniformBufferDeclaration) | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| pushVarDeclarationStatement(VarDeclarationStatement *varDeclarationStatement) | CeresEngine::ShaderCompiler::VisitorTracker | protected |
| pushWritePrefix(const String &text) | CeresEngine::ShaderCompiler::Generator | protected |
| separator() | CeresEngine::ShaderCompiler::Generator | protected |
| visit(const T &ast, void *args=nullptr) | CeresEngine::ShaderCompiler::Visitor | inlineprotected |
| visit(const Vector< T > &astList, void *args=nullptr) | CeresEngine::ShaderCompiler::Visitor | inlineprotected |
| visitAliasDeclaration(AliasDeclaration *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitAliasDeclarationStatement(AliasDeclarationStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitArrayDimension(ArrayDimension *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitArrayExpression(ArrayExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitAssignExpression(AssignExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitAttribute(Attribute *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitBasicDeclarationStatement(BasicDeclarationStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitBinaryExpression(BinaryExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitBracketExpression(BracketExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitBufferDeclaration(BufferDeclaration *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitBufferDeclarationStatement(BufferDeclarationStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitCallExpression(CallExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitCastExpression(CastExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitCodeBlock(CodeBlock *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitCodeBlockStatement(CodeBlockStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitCtrlTransferStatement(CtrlTransferStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitDoWhileLoopStatement(DoWhileLoopStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitElseStatement(ElseStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitExpressionStatement(ExpressionStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitForLoopStatement(ForLoopStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitFunctionDeclaration(FunctionDeclaration *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitIfStatement(IfStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitInitializerExpression(InitializerExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitLayoutStatement(LayoutStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitLiteralExpression(LiteralExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitNullExpression(NullExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitNullStatement(NullStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitObjectExpression(ObjectExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitPackOffset(PackOffset *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitPostUnaryExpression(PostUnaryExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitProgram(Program *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitRegister(Register *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitReturnStatement(ReturnStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitSamplerDeclaration(SamplerDeclaration *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitSamplerDeclarationStatement(SamplerDeclarationStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitSamplerValue(SamplerValue *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitSequenceExpression(SequenceExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitStructDeclaration(StructDeclaration *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitSwitchCase(SwitchCase *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitSwitchStatement(SwitchStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitTernaryExpression(TernaryExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitTypeSpecifier(TypeSpecifier *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitTypeSpecifierExpression(TypeSpecifierExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitUnaryExpression(UnaryExpression *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitUniformBufferDeclaration(UniformBufferDeclaration *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitVarDeclaration(VarDeclaration *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitVarDeclarationStatement(VarDeclarationStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| visitWhileLoopStatement(WhileLoopStatement *ast, void *args) | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |
| warning(const String &msg, const AST *ast=nullptr) | CeresEngine::ShaderCompiler::Generator | protected |
| write(const String &text) | CeresEngine::ShaderCompiler::Generator | protected |
| writeLn(const String &text) | CeresEngine::ShaderCompiler::Generator | protected |
| writeScopeClose() | CeresEngine::ShaderCompiler::Generator | protected |
| writeScopeContinue() | CeresEngine::ShaderCompiler::Generator | protected |
| writeScopeOpen(bool compact=false, bool endWithSemicolon=false, bool useBraces=true) | CeresEngine::ShaderCompiler::Generator | protected |
| ~Visitor()=default | CeresEngine::ShaderCompiler::Visitor | protectedvirtual |