Home
last modified time | relevance | path

Searched refs:FindExportVariableInTsModuleScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h67 binder::Scope *FindExportVariableInTsModuleScope(util::StringView name) const;
Dtransformer.cpp67 binder::Scope *Transformer::FindExportVariableInTsModuleScope(util::StringView name) const in FindExportVariableInTsModuleScope() function in panda::es2panda::parser::Transformer
110 auto scope = FindExportVariableInTsModuleScope(name); in VisitTSNode()