Searched refs:FindVariableInFunctionScope (Results 1 – 5 of 5) sorted by relevance
244 variable = parent_->AsETSChecker()->FindVariableInFunctionScope(ident->Name()); in CheckAssignments()
586 …if (auto *resolved = checker->FindVariableInFunctionScope(declarator->Id()->AsIdentifier()->Name()… in GetIteratorType()
650 varbinder::Variable *FindVariableInFunctionScope(util::StringView name);
29 varbinder::Variable *ETSChecker::FindVariableInFunctionScope(const util::StringView name) in FindVariableInFunctionScope() function in ark::es2panda::checker::ETSChecker280 auto *resolved = FindVariableInFunctionScope(ident->Name()); in ResolveIdentifier()
1915 resolved = FindVariableInFunctionScope(identNode->Name()); in CheckCapturedVariable()