Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp244 variable = parent_->AsETSChecker()->FindVariableInFunctionScope(ident->Name()); in CheckAssignments()
DETSAnalyzerHelpers.cpp586 …if (auto *resolved = checker->FindVariableInFunctionScope(declarator->Id()->AsIdentifier()->Name()… in GetIteratorType()
DETSchecker.h650 varbinder::Variable *FindVariableInFunctionScope(util::StringView name);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp29 varbinder::Variable *ETSChecker::FindVariableInFunctionScope(const util::StringView name) in FindVariableInFunctionScope() function in ark::es2panda::checker::ETSChecker
280 auto *resolved = FindVariableInFunctionScope(ident->Name()); in ResolveIdentifier()
Dfunction.cpp1915 resolved = FindVariableInFunctionScope(identNode->Name()); in CheckCapturedVariable()