![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Static Public Member Functions | |
static TypeAST * | declarationType (List< DeclarationAST * > *decls) |
![]() | |
static void | accept (AST *ast, Visitor *visitor) |
template<typename T > | |
static void | accept (List< T > *it, Visitor *visitor) |
Public Attributes | |
TypeAST * | type |
const QString * | name |
ExpressionAST * | initializer |
![]() | |
int | kind |
int | lineno |
Definition at line 884 of file glslast_p.h.
|
inline |
Definition at line 887 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 358 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), and GLSL::Visitor::visit().
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 892 of file glslast_p.h.
|
static |
Definition at line 367 of file glslast.cpp.
References GLSL::List< T >::value, and var.
ExpressionAST* GLSL::VariableDeclarationAST::initializer |
Definition at line 901 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
const QString* GLSL::VariableDeclarationAST::name |
Definition at line 900 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
TypeAST* GLSL::VariableDeclarationAST::type |
Definition at line 899 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().