![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::TypeAndVariableDeclarationAST:
Collaboration diagram for GLSL::TypeAndVariableDeclarationAST:Public Attributes | |
| TypeDeclarationAST * | typeDecl |
| VariableDeclarationAST * | varDecl |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 918 of file glslast_p.h.
|
inline |
Definition at line 921 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 380 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), and GLSL::Visitor::visit().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 926 of file glslast_p.h.
| TypeDeclarationAST* GLSL::TypeAndVariableDeclarationAST::typeDecl |
Definition at line 931 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
| VariableDeclarationAST* GLSL::TypeAndVariableDeclarationAST::varDecl |
Definition at line 932 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().