|  | Qt 6.x
    The Qt SDK | 
#include <qqmljsast_p.h>
 Inheritance diagram for QQmlJS::AST::LabelledStatement:
 Inheritance diagram for QQmlJS::AST::LabelledStatement: Collaboration diagram for QQmlJS::AST::LabelledStatement:
 Collaboration diagram for QQmlJS::AST::LabelledStatement:| Public Attributes | |
| QStringView | label | 
| Statement * | statement | 
| SourceLocation | identifierToken | 
| SourceLocation | colonToken | 
|  Public Attributes inherited from QQmlJS::AST::Node | |
| int | kind = Kind_Undefined | 
Definition at line 2200 of file qqmljsast_p.h.
| 
 | inline | 
Definition at line 2205 of file qqmljsast_p.h.
| 
 | overridevirtual | 
Implements QQmlJS::AST::Node.
Definition at line 932 of file qqmljsast.cpp.
References QQmlJS::AST::Node::accept(), and statement.
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | inlineoverridevirtual | 
Implements QQmlJS::AST::Node.
Definition at line 2211 of file qqmljsast_p.h.
Referenced by QV4::Compiler::Codegen::visit().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inlineoverridevirtual | 
Implements QQmlJS::AST::Node.
Definition at line 2214 of file qqmljsast_p.h.
References QQmlJS::AST::Node::lastSourceLocation().
 Here is the call graph for this function:
 Here is the call graph for this function:| SourceLocation QQmlJS::AST::LabelledStatement::colonToken | 
Definition at line 2221 of file qqmljsast_p.h.
| SourceLocation QQmlJS::AST::LabelledStatement::identifierToken | 
Definition at line 2220 of file qqmljsast_p.h.
Referenced by QQmlJS::Dom::Rewriter::visit().
| QStringView QQmlJS::AST::LabelledStatement::label | 
Definition at line 2218 of file qqmljsast_p.h.
Referenced by QV4::Compiler::ControlFlow::loopLabel(), and QV4::Compiler::Codegen::visit().
| Statement* QQmlJS::AST::LabelledStatement::statement | 
Definition at line 2219 of file qqmljsast_p.h.
Referenced by accept0(), QQmlJS::Dom::Rewriter::visit(), and QV4::Compiler::Codegen::visit().