![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::FunctionCallExpressionAST:
Collaboration diagram for GLSL::FunctionCallExpressionAST:Public Attributes | |
| ExpressionAST * | expr |
| FunctionIdentifierAST * | id |
| List< ExpressionAST * > * | arguments |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 418 of file glslast_p.h.
|
inline |
Definition at line 421 of file glslast_p.h.
|
inline |
Definition at line 425 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 86 of file glslast.cpp.
References GLSL::AST::accept(), arguments, GLSL::Visitor::endVisit(), expr, and GLSL::Visitor::visit().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 430 of file glslast_p.h.
| List<ExpressionAST *>* GLSL::FunctionCallExpressionAST::arguments |
Definition at line 437 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
| ExpressionAST* GLSL::FunctionCallExpressionAST::expr |
Definition at line 435 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
| FunctionIdentifierAST* GLSL::FunctionCallExpressionAST::id |
Definition at line 436 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().