Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.cpp211 variable = parent_->AsETSChecker()->FindVariableInFunctionScope(
H A DETSAnalyzerHelpers.cpp515 if (auto *resolved = checker->FindVariableInFunctionScope(declarator->Id()->AsIdentifier()->Name(), in GetIteratorType()
H A DETSchecker.h574 varbinder::Variable *FindVariableInFunctionScope(util::StringView name,
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A 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()
H A Dfunction.cpp1699 FindVariableInFunctionScope(identNode->Name(), varbinder::ResolveBindingOptions::ALL_NON_TYPE); in CheckCapturedVariable()

Completed in 12 milliseconds