Searched refs:FindExportVariableInTsModuleScope (Results 1 – 2 of 2) sorted by relevance
195 binder::Scope *FindExportVariableInTsModuleScope(util::StringView name) const;
164 binder::Scope *Transformer::FindExportVariableInTsModuleScope(util::StringView name) const in FindExportVariableInTsModuleScope() function in panda::es2panda::parser::Transformer222 auto scope = FindExportVariableInTsModuleScope(name); in VisitTSNode()