Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp437 varbinder::Variable *ETSChecker::FindVariableInFunctionScope(const util::StringView name) in FindVariableInFunctionScope() function in panda::es2panda::checker::ETSChecker
701 auto *resolved = FindVariableInFunctionScope(ident->Name()); in ResolveIdentifier()
Dfunction.cpp1331 resolved = FindVariableInFunctionScope(identNode->Name()); in CheckCapturedVariable()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h505 varbinder::Variable *FindVariableInFunctionScope(util::StringView name);
DETSAnalyzer.cpp1997 …if (auto *resolved = checker->FindVariableInFunctionScope(declarator->Id()->AsIdentifier()->Name()… in GetIteratorType()