![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <glslast_p.h>
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.
|
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.
| Block* GLSL::CompoundStatementAST::symbol |
Definition at line 516 of file glslast_p.h.