Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp211 variable = parent_->AsETSChecker()->FindVariableInFunctionScope( in CheckAssignments()
DETSAnalyzerHelpers.cpp521 …if (auto *resolved = checker->FindVariableInFunctionScope(declarator->Id()->AsIdentifier()->Name(), in GetIteratorType()
DETSchecker.h589 varbinder::Variable *FindVariableInFunctionScope(util::StringView name,
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp32 varbinder::Variable *ETSChecker::FindVariableInFunctionScope(const util::StringView name, in FindVariableInFunctionScope() function in ark::es2panda::checker::ETSChecker
252 auto *resolved = FindVariableInFunctionScope(ident->Name(), options); in ResolveIdentifier()
Dfunction.cpp1689FindVariableInFunctionScope(identNode->Name(), varbinder::ResolveBindingOptions::ALL_NON_TYPE); in CheckCapturedVariable()