![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Inheritance diagram for GLSL::MemberAccessExpressionAST:
Collaboration diagram for GLSL::MemberAccessExpressionAST:Public Attributes | |
| ExpressionAST * | expr |
| const QString * | field |
Public Attributes inherited from GLSL::AST | |
| int | kind |
| int | lineno |
Definition at line 403 of file glslast_p.h.
|
inline |
Definition at line 406 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 79 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), expr, and GLSL::Visitor::visit().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 409 of file glslast_p.h.
| ExpressionAST* GLSL::MemberAccessExpressionAST::expr |
Definition at line 414 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
| const QString* GLSL::MemberAccessExpressionAST::field |
Definition at line 415 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().