![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsast_p.h>
Inheritance diagram for QQmlJS::AST::Block:
Collaboration diagram for QQmlJS::AST::Block:Public Attributes | |
| StatementList * | statements |
| SourceLocation | lbraceToken |
| SourceLocation | rbraceToken |
Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined |
Definition at line 1622 of file qqmljsast_p.h.
|
inline |
Definition at line 1627 of file qqmljsast_p.h.
|
overridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 724 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and statements.
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1632 of file qqmljsast_p.h.
Referenced by QQmlJSImportVisitor::visit().
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQmlJS::AST::Node.
Definition at line 1635 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::Block::lbraceToken |
Definition at line 1640 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| SourceLocation QQmlJS::AST::Block::rbraceToken |
Definition at line 1641 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| StatementList* QQmlJS::AST::Block::statements |
Definition at line 1639 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ControlFlowCatch::~ControlFlowCatch(), accept0(), completionState(), completionStatement(), QQmlJS::Dom::QQmlDomAstCreator::endVisit(), QQmlJS::Dom::Rewriter::visit(), QV4::Compiler::Codegen::visit(), QV4::Compiler::ScanFunctions::visit(), and QV4::Compiler::ScanFunctions::visit().