![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::ParameterDeclarationAST:
Collaboration diagram for GLSL::ParameterDeclarationAST:Public Attributes | |
| TypeAST * | type |
| Qualifier | qualifier |
| const QString * | name |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Additional Inherited Members | |
Static Public Member Functions inherited from GLSL::AST | |
| static void | accept (AST *ast, Visitor *visitor) |
| template<typename T > | |
| static void | accept (List< T > *it, Visitor *visitor) |
Protected Member Functions inherited from GLSL::DeclarationAST | |
| DeclarationAST (Kind _kind) | |
Protected Member Functions inherited from GLSL::AST | |
| AST (Kind _kind) | |
| ~AST () override | |
Static Protected Member Functions inherited from GLSL::AST | |
| template<typename T > | |
| static List< T > * | finish (List< T > *list) |
Definition at line 860 of file glslast_p.h.
| Enumerator | |
|---|---|
| In | |
| Out | |
| InOut | |
Definition at line 863 of file glslast_p.h.
|
inline |
Definition at line 869 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 351 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 874 of file glslast_p.h.
| const QString* GLSL::ParameterDeclarationAST::name |
Definition at line 881 of file glslast_p.h.
Referenced by GLSL::Semantic::parameterDeclaration().
| Qualifier GLSL::ParameterDeclarationAST::qualifier |
Definition at line 880 of file glslast_p.h.
| TypeAST* GLSL::ParameterDeclarationAST::type |
Definition at line 879 of file glslast_p.h.
Referenced by GLSL::Semantic::parameterDeclaration().