![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::FunctionIdentifierAST:
Collaboration diagram for GLSL::FunctionIdentifierAST:Public Attributes | |
| const QString * | name |
| TypeAST * | type |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 440 of file glslast_p.h.
|
inline |
Definition at line 443 of file glslast_p.h.
|
inline |
Definition at line 445 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 96 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 448 of file glslast_p.h.
| const QString* GLSL::FunctionIdentifierAST::name |
Definition at line 453 of file glslast_p.h.
Referenced by GLSL::Semantic::functionIdentifier().
| TypeAST* GLSL::FunctionIdentifierAST::type |
Definition at line 454 of file glslast_p.h.
Referenced by GLSL::Semantic::functionIdentifier().