![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Public Attributes | |
TypeAST * | returnType |
const QString * | name |
List< ParameterDeclarationAST * > * | params |
StatementAST * | body |
![]() | |
int | kind |
int | lineno |
Definition at line 963 of file glslast_p.h.
|
inline |
Definition at line 966 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 402 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), and GLSL::Visitor::visit().
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 970 of file glslast_p.h.
|
inline |
Definition at line 974 of file glslast_p.h.
|
inline |
Definition at line 976 of file glslast_p.h.
StatementAST* GLSL::FunctionDeclarationAST::body |
Definition at line 982 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
const QString* GLSL::FunctionDeclarationAST::name |
Definition at line 980 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
List<ParameterDeclarationAST *>* GLSL::FunctionDeclarationAST::params |
Definition at line 981 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
TypeAST* GLSL::FunctionDeclarationAST::returnType |
Definition at line 979 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().