Searched refs:FindVariableInFunctionScope (Results 1 – 5 of 5) sorted by relevance
211 variable = parent_->AsETSChecker()->FindVariableInFunctionScope( in CheckAssignments()
521 …if (auto *resolved = checker->FindVariableInFunctionScope(declarator->Id()->AsIdentifier()->Name(), in GetIteratorType()
589 varbinder::Variable *FindVariableInFunctionScope(util::StringView name,
32 varbinder::Variable *ETSChecker::FindVariableInFunctionScope(const util::StringView name, in FindVariableInFunctionScope() function in ark::es2panda::checker::ETSChecker252 auto *resolved = FindVariableInFunctionScope(ident->Name(), options); in ResolveIdentifier()
1689 … FindVariableInFunctionScope(identNode->Name(), varbinder::ResolveBindingOptions::ALL_NON_TYPE); in CheckCapturedVariable()