Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp45 HandleBlockStmt(program->Ast(), GetScope()); in Perform()
69 HandleBlockStmt(blockStmt, GetScope()); in VisitBlockStatement()
117 HandleBlockStmt(function->Body()->AsBlockStatement(), functionScope); in HandleFunction()
125 void ScopesInitPhase::HandleBlockStmt(ir::BlockStatement *block, varbinder::Scope *scope) in HandleBlockStmt() function in ark::es2panda::compiler::ScopesInitPhase
218 HandleBlockStmt(body, catchScope); in VisitCatchClause()
H A DscopesInitPhase.h161 void HandleBlockStmt(ir::BlockStatement *block, varbinder::Scope *scope);

Completed in 4 milliseconds