![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Public Attributes | |
ExpressionAST * | condition |
StatementAST * | thenClause |
StatementAST * | elseClause |
![]() | |
int | kind |
int | lineno |
Definition at line 519 of file glslast_p.h.
|
inline |
Definition at line 522 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 126 of file glslast.cpp.
References GLSL::AST::accept(), elseClause, GLSL::Visitor::endVisit(), thenClause, and GLSL::Visitor::visit().
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 526 of file glslast_p.h.
ExpressionAST* GLSL::IfStatementAST::condition |
Definition at line 531 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
StatementAST* GLSL::IfStatementAST::elseClause |
Definition at line 533 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
StatementAST* GLSL::IfStatementAST::thenClause |
Definition at line 532 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().