![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Classes | |
class | Field |
Static Public Member Functions | |
static List< Field * > * | fixInnerTypes (TypeAST *innerType, List< Field * > *fields) |
![]() | |
static void | accept (AST *ast, Visitor *visitor) |
template<typename T > | |
static void | accept (List< T > *it, Visitor *visitor) |
Public Attributes | |
const QString * | name |
List< Field * > * | fields |
![]() | |
int | kind |
int | lineno |
Definition at line 731 of file glslast_p.h.
Definition at line 754 of file glslast_p.h.
Definition at line 756 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 276 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), fields, and GLSL::Visitor::visit().
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 759 of file glslast_p.h.
|
static |
Definition at line 317 of file glslast.cpp.
References fields, GLSL::List< T >::next, and GLSL::List< T >::value.
|
overridevirtual |
Implements GLSL::TypeAST.
Definition at line 283 of file glslast.cpp.
References GLSL::TypeAST::PrecNotValid.
|
overridevirtual |
Implements GLSL::TypeAST.
Definition at line 288 of file glslast.cpp.
Definition at line 772 of file glslast_p.h.
Referenced by accept0(), fixInnerTypes(), and GLSL::Semantic::visit().
const QString* GLSL::StructTypeAST::name |
Definition at line 771 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().