Searched defs:blockStmt (Results 1 – 5 of 5) sorted by relevance
114 auto *blockStmt = AllocNode<ir::BlockStatement>(Binder()->GetScope(), std::move(statements)); in ParseCommonjs() local
193 auto *blockStmt = AllocNode<ir::BlockStatement>(Binder()->GetScope(), std::move(statements)); in ParseProgram() local
94 auto *blockStmt = AllocNode<ir::BlockStatement>(Allocator(), std::move(statements)); in ParseProgram() local
4978 auto *const blockStmt = AllocNode<ir::BlockStatement>(Allocator(), std::move(statements)); in CreateStatement() local
32 void ScopesInitPhase::VisitBlockStatement(ir::BlockStatement *blockStmt) in VisitBlockStatement()