Home
last modified time | relevance | path

Searched defs:switchStatement (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp869 auto *switchStatement = childNode->AsSwitchStatement(); in ResolveReference() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementParser.cpp1153 auto *switchStatement = AllocNode<ir::SwitchStatement>(discriminant, std::move(cases)); in ParseSwitchStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1812 auto *switchStatement = AllocNode<ir::SwitchStatement>(localCtx.GetScope(), discriminant, std::move(cases)); in ParseSwitchStatement() local

Completed in 10 milliseconds