Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp210 auto res = cg->Scope()->FindInFunctionScope(name, varbinder::ResolveBindingOptions::ALL); in Create()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp142 ConstScopeFindResult Scope::FindInFunctionScope(const util::StringView &name, const ResolveBindingO… in FindInFunctionScope() function in panda::es2panda::varbinder::Scope
Dscope.h261 ConstScopeFindResult FindInFunctionScope(const util::StringView &name,
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp439 return Scope()->FindInFunctionScope(name, varbinder::ResolveBindingOptions::ALL).variable; in FindVariableInFunctionScope()