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