![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Public Attributes | |
int | qualifiers |
TypeAST * | type |
List< LayoutQualifierAST * > * | layout_list |
![]() | |
int | kind |
int | lineno |
Additional Inherited Members | |
![]() | |
static void | accept (AST *ast, Visitor *visitor) |
template<typename T > | |
static void | accept (List< T > *it, Visitor *visitor) |
![]() | |
TypeAST (Kind _kind) | |
![]() | |
AST (Kind _kind) | |
~AST () override | |
![]() | |
template<typename T > | |
static List< T > * | finish (List< T > *list) |
Definition at line 789 of file glslast_p.h.
anonymous enum |
Definition at line 796 of file glslast_p.h.
|
inline |
Definition at line 792 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 337 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), and GLSL::Visitor::visit().
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 822 of file glslast_p.h.
|
inlineoverridevirtual |
Implements GLSL::TypeAST.
Definition at line 826 of file glslast_p.h.
|
inlineoverridevirtual |
Implements GLSL::TypeAST.
Definition at line 827 of file glslast_p.h.
List<LayoutQualifierAST *>* GLSL::QualifiedTypeAST::layout_list |
Definition at line 832 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
int GLSL::QualifiedTypeAST::qualifiers |
Definition at line 830 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
TypeAST* GLSL::QualifiedTypeAST::type |
Definition at line 831 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().