![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::StatementList:
Collaboration diagram for QQmlJS::AST::StatementList:Public Attributes | |
| Node * | statement = nullptr |
| StatementList * | next |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1644 of file qqmljsast_p.h.
|
inline |
Definition at line 1650 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 733 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and it.
Here is the call graph for this function:
|
inline |
Definition at line 1654 of file qqmljsast_p.h.
|
inline |
Definition at line 1670 of file qqmljsast_p.h.
References next.
Referenced by QmlIR::JSCodeGen::generateJSCodeForFunctionsAndBindings(), and QQmlJSFunctionInitializer::run().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1662 of file qqmljsast_p.h.
Referenced by QQmlJS::AST::Program::firstSourceLocation(), and QQmlJS::AST::ESModule::firstSourceLocation().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1665 of file qqmljsast_p.h.
References QQmlJS::AST::lastListElement().
Referenced by QQmlJS::AST::CaseClause::lastSourceLocation(), QQmlJS::AST::DefaultClause::lastSourceLocation(), QQmlJS::AST::Program::lastSourceLocation(), and QQmlJS::AST::ESModule::lastSourceLocation().
Here is the call graph for this function:
Here is the caller graph for this function:| StatementList* QQmlJS::AST::StatementList::next |
Definition at line 1679 of file qqmljsast_p.h.
Referenced by append(), and QQmlJS::Dom::Rewriter::visit().
Definition at line 1678 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::defineFunction().