Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp114 auto *blockStmt = AllocNode<ir::BlockStatement>(Binder()->GetScope(), std::move(statements)); in ParseCommonjs() local
DparserImpl.cpp204 auto *blockStmt = AllocNode<ir::BlockStatement>(Binder()->GetScope(), std::move(statements)); in ParseProgram() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSFormattedParser.cpp283 auto *const blockStmt = AllocNode<ir::BlockStatement>(Allocator(), std::move(statements)); in CreateStatement() local
DparserImpl.cpp85 auto *blockStmt = AllocNode<ir::BlockStatement>(Allocator(), std::move(statements)); in ParseProgram() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DassignAnalyzer.cpp416 void AssignAnalyzer::AnalyzeBlock(const ir::BlockStatement *blockStmt) in AnalyzeBlock()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp55 void ScopesInitPhase::VisitBlockStatement(ir::BlockStatement *blockStmt) in VisitBlockStatement()