Home
last modified time | relevance | path

Searched defs:blockStmt (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp114 auto *blockStmt = AllocNode<ir::BlockStatement>(Binder()->GetScope(), std::move(statements)); in ParseCommonjs() local
DparserImpl.cpp193 auto *blockStmt = AllocNode<ir::BlockStatement>(Binder()->GetScope(), std::move(statements)); in ParseProgram() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp94 auto *blockStmt = AllocNode<ir::BlockStatement>(Allocator(), std::move(statements)); in ParseProgram() local
DETSparser.cpp4978 auto *const blockStmt = AllocNode<ir::BlockStatement>(Allocator(), std::move(statements)); in CreateStatement() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp32 void ScopesInitPhase::VisitBlockStatement(ir::BlockStatement *blockStmt) in VisitBlockStatement()