Home
last modified time | relevance | path

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

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