![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Public Attributes | |
TypeAST * | type |
const QString * | name |
ExpressionAST * | initializer |
![]() | |
int | kind |
int | lineno |
Definition at line 457 of file glslast_p.h.
|
inline |
Definition at line 460 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 103 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), initializer, and GLSL::Visitor::visit().
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 465 of file glslast_p.h.
ExpressionAST* GLSL::DeclarationExpressionAST::initializer |
Definition at line 472 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
const QString* GLSL::DeclarationExpressionAST::name |
Definition at line 471 of file glslast_p.h.
TypeAST* GLSL::DeclarationExpressionAST::type |
Definition at line 470 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().