![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::UiQualifiedId:
Collaboration diagram for QQmlJS::AST::UiQualifiedId:Public Attributes | |
| UiQualifiedId * | next |
| QStringView | name |
| SourceLocation | identifierToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 301 of file qqmljsast_p.h.
|
inline |
Definition at line 306 of file qqmljsast_p.h.
|
inline |
Definition at line 310 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1298 of file qqmljsast.cpp.
|
inline |
Definition at line 318 of file qqmljsast_p.h.
References next.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 327 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::defineQMLObject(), QmlIR::IRBuilder::resolveQualifiedId(), QmlIR::IRBuilder::visit(), QmlIR::IRBuilder::visit(), and QQmlJSImportVisitor::visit().
Here is the caller graph for this function:
|
inline |
Definition at line 335 of file qqmljsast_p.h.
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 330 of file qqmljsast_p.h.
References QQmlJS::AST::lastListElement().
Here is the call graph for this function:
|
inline |
Definition at line 337 of file qqmljsast_p.h.
References toString().
Referenced by QmlIR::Parameter::initType(), and QQmlJS::AST::Type::toString().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 344 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::UiQualifiedId::identifierToken |
Definition at line 356 of file qqmljsast_p.h.
Referenced by QQmlJS::AST::UiObjectBinding::firstSourceLocation(), QQmlJS::AST::UiScriptBinding::firstSourceLocation(), QQmlJS::AST::UiArrayBinding::firstSourceLocation(), QQmlJS::AST::UiAnnotation::firstSourceLocation(), QmlIR::IRBuilder::resolveQualifiedId(), QmlIR::IRBuilder::visit(), QQmlJSImportVisitor::visit(), QQmlJSImportVisitor::visit(), and QmlIR::IRBuilder::visit().
| QStringView QQmlJS::AST::UiQualifiedId::name |
Definition at line 355 of file qqmljsast_p.h.
Referenced by QmlIR::IRBuilder::resolveQualifiedId(), and QmlIR::IRBuilder::visit().
| UiQualifiedId* QQmlJS::AST::UiQualifiedId::next |
Definition at line 354 of file qqmljsast_p.h.
Referenced by UiQualifiedId(), QmlIR::IRBuilder::resolveQualifiedId(), and QmlIR::IRBuilder::visit().