![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::FunctionDeclarationAST:
Collaboration diagram for GLSL::FunctionDeclarationAST:Public Attributes | |
| TypeAST * | returnType |
| const QString * | name |
| List< ParameterDeclarationAST * > * | params |
| StatementAST * | body |
Public Attributes inherited from GLSL::AST | |
| 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().
Here is the call graph for this function:
|
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().