Searched refs:FindIdentifierTSVariables (Results 1 – 2 of 2) sorted by relevance
149 … std::vector<Variable *> FindIdentifierTSVariables(const ir::Identifier *identifier, Scope *scope,
306 ident->SetTSVariables(FindIdentifierTSVariables(ident, scope_, res)); in LookupIdentReference()1017 std::vector<Variable *> Binder::FindIdentifierTSVariables(const ir::Identifier *identifier, Scope *… in FindIdentifierTSVariables() function in panda::es2panda::binder::Binder