![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Public Attributes | |
TypeAST * | type |
Qualifier | qualifier |
const QString * | name |
![]() | |
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) |
![]() | |
DeclarationAST (Kind _kind) | |
![]() | |
AST (Kind _kind) | |
~AST () override | |
![]() | |
template<typename T > | |
static List< T > * | finish (List< T > *list) |
Definition at line 860 of file glslast_p.h.
Enumerator | |
---|---|
In | |
Out | |
InOut |
Definition at line 863 of file glslast_p.h.
|
inline |
Definition at line 869 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 351 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), and GLSL::Visitor::visit().
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 874 of file glslast_p.h.
const QString* GLSL::ParameterDeclarationAST::name |
Definition at line 881 of file glslast_p.h.
Referenced by GLSL::Semantic::parameterDeclaration().
Qualifier GLSL::ParameterDeclarationAST::qualifier |
Definition at line 880 of file glslast_p.h.
TypeAST* GLSL::ParameterDeclarationAST::type |
Definition at line 879 of file glslast_p.h.
Referenced by GLSL::Semantic::parameterDeclaration().