Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds