Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp319 void AliveAnalyzer::AnalyzeForOfLoop(const ir::ForOfStatement *forOfStmt) in AnalyzeForOfLoop()
DassignAnalyzer.cpp747 void AssignAnalyzer::AnalyzeForOfLoop(const ir::ForOfStatement *forOfStmt) in AnalyzeForOfLoop()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp619 auto *forOfStmt = childNode->AsForOfStatement(); in ResolveReference() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp882 auto *forOfStmt = childNode->AsForOfStatement(); in ResolveReference() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp164 void ScopesInitPhase::VisitForOfStatement(ir::ForOfStatement *forOfStmt) in VisitForOfStatement()