![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::CompoundStatementAST:
Collaboration diagram for GLSL::CompoundStatementAST:Public Attributes | |
| List< StatementAST * > * | statements |
| int | start |
| int | end |
| Block * | symbol |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 498 of file glslast_p.h.
|
inline |
Definition at line 501 of file glslast_p.h.
|
inline |
Definition at line 504 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 119 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), statements, and GLSL::Visitor::visit().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 508 of file glslast_p.h.
| int GLSL::CompoundStatementAST::end |
Definition at line 515 of file glslast_p.h.
| int GLSL::CompoundStatementAST::start |
Definition at line 514 of file glslast_p.h.
| List<StatementAST *>* GLSL::CompoundStatementAST::statements |
Definition at line 513 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
| Block* GLSL::CompoundStatementAST::symbol |
Definition at line 516 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().