Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds