Home
last modified time | relevance | path

Searched refs:FindInFunctionScope (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp223 auto res = cg->Scope()->FindInFunctionScope(name, varbinder::ResolveBindingOptions::ALL); in Create()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1176 …auto var = scope->FindInFunctionScope(label->Name(), varbinder::ResolveBindingOptions::ALL).variab… in VisitBreakStatement()
1186 …auto var = scope->FindInFunctionScope(label->Name(), varbinder::ResolveBindingOptions::ALL).variab… in VisitContinueStatement()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.h277 ConstScopeFindResult FindInFunctionScope(const util::StringView &name,
Dscope.cpp198 ConstScopeFindResult Scope::FindInFunctionScope(const util::StringView &name, const ResolveBindingO… in FindInFunctionScope() function in ark::es2panda::varbinder::Scope
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp33 return Scope()->FindInFunctionScope(name, options).variable; in FindVariableInFunctionScope()