Home
last modified time | relevance | path

Searched refs:AttachLabelToScope (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.h193 virtual void AttachLabelToScope(ir::AstNode *node);
362 void AttachLabelToScope(ir::AstNode *node) override;
H A DscopesInitPhase.cpp154 AttachLabelToScope(forUpdateStmt); in VisitForUpdateStatement()
184 AttachLabelToScope(forOfStmt); in VisitForOfStatement()
238 AttachLabelToScope(switchStmt); in VisitSwitchStatement()
247 AttachLabelToScope(whileStmt); in VisitWhileStatement()
267 AttachLabelToScope(doWhileStmt); in VisitDoWhileStatement()
460 void ScopesInitPhase::AttachLabelToScope([[maybe_unused]] ir::AstNode *node) {} in AttachLabelToScope() function in ark::es2panda::compiler::ScopesInitPhase
1204 void InitScopesPhaseETS::AttachLabelToScope(ir::AstNode *node) in AttachLabelToScope() function in ark::es2panda::compiler::InitScopesPhaseETS

Completed in 4 milliseconds