![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlirbuilder_p.h>
Collaboration diagram for QmlIR::CompiledFunctionOrExpression:Public Member Functions | |
| CompiledFunctionOrExpression () | |
Public Attributes | |
| QQmlJS::AST::Node * | parentNode = nullptr |
| QQmlJS::AST::Node * | node = nullptr |
| quint32 | nameIndex = 0 |
| CompiledFunctionOrExpression * | next = nullptr |
Definition at line 299 of file qqmlirbuilder_p.h.
|
inline |
Definition at line 301 of file qqmlirbuilder_p.h.
| quint32 QmlIR::CompiledFunctionOrExpression::nameIndex = 0 |
Definition at line 306 of file qqmlirbuilder_p.h.
Referenced by QmlIR::IRBuilder::setBindingValue(), and QmlIR::IRBuilder::visit().
| CompiledFunctionOrExpression* QmlIR::CompiledFunctionOrExpression::next = nullptr |
Definition at line 307 of file qqmlirbuilder_p.h.
| QQmlJS::AST::Node* QmlIR::CompiledFunctionOrExpression::node = nullptr |
Definition at line 305 of file qqmlirbuilder_p.h.
Referenced by QmlIR::Object::bindingAsString(), QmlIR::JSCodeGen::generateJSCodeForFunctionsAndBindings(), QmlIR::IRBuilder::setBindingValue(), and QmlIR::IRBuilder::visit().
| QQmlJS::AST::Node* QmlIR::CompiledFunctionOrExpression::parentNode = nullptr |
Definition at line 304 of file qqmlirbuilder_p.h.
Referenced by QmlIR::JSCodeGen::generateJSCodeForFunctionsAndBindings(), QmlIR::IRBuilder::setBindingValue(), and QmlIR::IRBuilder::visit().