![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::AssignmentExpressionAST:
Collaboration diagram for GLSL::AssignmentExpressionAST:Public Attributes | |
| ExpressionAST * | variable |
| ExpressionAST * | value |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 388 of file glslast_p.h.
|
inline |
Definition at line 391 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 70 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), and GLSL::Visitor::visit().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 394 of file glslast_p.h.
| ExpressionAST* GLSL::AssignmentExpressionAST::value |
Definition at line 400 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
| ExpressionAST* GLSL::AssignmentExpressionAST::variable |
Definition at line 399 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().