![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::FormalParameterList:
Collaboration diagram for QQmlJS::AST::FormalParameterList:Public Attributes | |
| PatternElement * | element = nullptr |
| FormalParameterList * | next |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 2380 of file qqmljsast_p.h.
|
inline |
Definition at line 2385 of file qqmljsast_p.h.
References next.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1038 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and it.
Here is the call graph for this function:
|
inline |
Definition at line 2397 of file qqmljsast_p.h.
| BoundNames QQmlJS::AST::FormalParameterList::boundNames | ( | ) | const |
Definition at line 1028 of file qqmljsast.cpp.
References it.
Referenced by QQmlJSImportVisitor::visit().
Here is the caller graph for this function:
|
inline |
Definition at line 2434 of file qqmljsast_p.h.
References it.
Referenced by QV4::Compiler::Context::addLocalVar().
Here is the caller graph for this function:| FormalParameterList * QQmlJS::AST::FormalParameterList::finish | ( | QQmlJS::MemoryPool * | pool | ) |
Definition at line 1049 of file qqmljsast.cpp.
References i, QSet< T >::isEmpty(), it, next, QString::number(), and pool.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2450 of file qqmljsast_p.h.
References QQmlJS::AST::PatternElement::firstSourceLocation().
Here is the call graph for this function:| BoundNames QQmlJS::AST::FormalParameterList::formals | ( | ) | const |
Definition at line 1007 of file qqmljsast.cpp.
References QQmlJS::AST::BoundName::Declared, formals(), i, QQmlJS::AST::BoundNames::indexOf(), QQmlJS::AST::BoundName::Injected, it, and QString::number().
Referenced by formals(), and QQmlJSImportVisitor::visit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 2403 of file qqmljsast_p.h.
References e, element, and next.
Referenced by QV4::Compiler::Context::emitBlockHeader().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 2453 of file qqmljsast_p.h.
References QQmlJS::AST::lastListElement().
Here is the call graph for this function:
|
inline |
Definition at line 2417 of file qqmljsast_p.h.
References e, element, and next.
Referenced by QV4::Compiler::JSUnitGenerator::writeFunction().
Here is the caller graph for this function:| PatternElement* QQmlJS::AST::FormalParameterList::element = nullptr |
Definition at line 2461 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::defineFunction(), isSimpleParameterList(), length(), and QQmlJS::Dom::Rewriter::visit().
| FormalParameterList* QQmlJS::AST::FormalParameterList::next |
Definition at line 2462 of file qqmljsast_p.h.
Referenced by append(), QV4::Compiler::Codegen::defineFunction(), finish(), isSimpleParameterList(), length(), and QQmlJS::Dom::Rewriter::visit().