![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::WhileStatementAST:
Collaboration diagram for GLSL::WhileStatementAST:Public Attributes | |
| ExpressionAST * | condition |
| StatementAST * | body |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 536 of file glslast_p.h.
|
inline |
Definition at line 539 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 136 of file glslast.cpp.
References GLSL::AST::accept(), body, GLSL::Visitor::endVisit(), and GLSL::Visitor::visit().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 542 of file glslast_p.h.
| StatementAST* GLSL::WhileStatementAST::body |
Definition at line 548 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
| ExpressionAST* GLSL::WhileStatementAST::condition |
Definition at line 547 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().