![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Public Attributes | |
StatementAST * | init |
ExpressionAST * | condition |
ExpressionAST * | increment |
StatementAST * | body |
![]() | |
int | kind |
int | lineno |
Definition at line 566 of file glslast_p.h.
|
inline |
Definition at line 569 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 154 of file glslast.cpp.
References GLSL::AST::accept(), body, GLSL::Visitor::endVisit(), increment, init, and GLSL::Visitor::visit().
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 572 of file glslast_p.h.
StatementAST* GLSL::ForStatementAST::body |
Definition at line 580 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
ExpressionAST* GLSL::ForStatementAST::condition |
Definition at line 578 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
ExpressionAST* GLSL::ForStatementAST::increment |
Definition at line 579 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
StatementAST* GLSL::ForStatementAST::init |
Definition at line 577 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().