![]() |
Qt 6.x
The Qt SDK
|
#include <glslast_p.h>
Public Attributes | |
ExpressionAST * | first |
ExpressionAST * | second |
ExpressionAST * | third |
![]() | |
int | kind |
int | lineno |
Definition at line 372 of file glslast_p.h.
|
inline |
Definition at line 375 of file glslast_p.h.
Implements GLSL::AST.
Definition at line 60 of file glslast.cpp.
References GLSL::AST::accept(), GLSL::Visitor::endVisit(), second, third, and GLSL::Visitor::visit().
|
inlineoverridevirtual |
Reimplemented from GLSL::AST.
Definition at line 378 of file glslast_p.h.
ExpressionAST* GLSL::TernaryExpressionAST::first |
Definition at line 383 of file glslast_p.h.
Referenced by GLSL::Semantic::visit().
ExpressionAST* GLSL::TernaryExpressionAST::second |
Definition at line 384 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().
ExpressionAST* GLSL::TernaryExpressionAST::third |
Definition at line 385 of file glslast_p.h.
Referenced by accept0(), and GLSL::Semantic::visit().