![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::TranslationUnitAST:
Collaboration diagram for GLSL::TranslationUnitAST:Public Attributes | |
| List< DeclarationAST * > * | declarations |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 292 of file glslast_p.h.
|
inline |
Definition at line 295 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 25 of file glslast.cpp.
References GLSL::AST::accept(), declarations, GLSL::Visitor::endVisit(), and GLSL::Visitor::visit().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 298 of file glslast_p.h.
Referenced by GLSL::Parser::parse().
Here is the caller graph for this function:| List<DeclarationAST *>* GLSL::TranslationUnitAST::declarations |
Definition at line 303 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::translationUnit().