Searched refs:FindVariableInFunctionScope (Results 1 – 4 of 4) sorted by relevance
437 varbinder::Variable *ETSChecker::FindVariableInFunctionScope(const util::StringView name) in FindVariableInFunctionScope() function in panda::es2panda::checker::ETSChecker701 auto *resolved = FindVariableInFunctionScope(ident->Name()); in ResolveIdentifier()
1331 resolved = FindVariableInFunctionScope(identNode->Name()); in CheckCapturedVariable()
505 varbinder::Variable *FindVariableInFunctionScope(util::StringView name);
1997 …if (auto *resolved = checker->FindVariableInFunctionScope(declarator->Id()->AsIdentifier()->Name()… in GetIteratorType()