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