Searched refs:LabelDecl (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
H A D | declaration.h | 299 class LabelDecl : public Decl { class 301 explicit LabelDecl(util::StringView name) : Decl(name) {} in LabelDecl() function in ark::es2panda::ark::es2panda::varbinder::LabelDecl 302 explicit LabelDecl(util::StringView name, ir::AstNode *declNode) : Decl(name, declNode) {} in LabelDecl() function in ark::es2panda::ark::es2panda::varbinder::LabelDecl |
H A D | variableFlags.h | 28 _(LABEL, LabelDecl) \ |
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ | ||
H A D | scopesInitPhase.cpp | 1220 auto decl = AddOrGetDecl<varbinder::LabelDecl>(VarBinder(), label->Name(), stmt, label->Start(), label->Name()); in AttachLabelToScope() |
Completed in 5 milliseconds