Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp206 auto *var = FindTSModuleVariable(node, Scope()); in IsInstantiatedTSModule()
221 binder::Variable *Transformer::FindTSModuleVariable(const ir::Expression *node, binder::Scope *scop… in FindTSModuleVariable() function in panda::es2panda::parser::Transformer
228 auto *var = FindTSModuleVariable(tsQualifiedName->Left(), scope); in FindTSModuleVariable()
241 … return FindTSModuleVariable(node->Parent()->AsTSImportEqualsDeclaration()->ModuleReference(), in FindTSModuleVariable()
263 … return FindTSModuleVariable(node->Parent()->AsTSImportEqualsDeclaration()->ModuleReference(), in FindTSModuleVariable()
Dtransformer.h68 binder::Variable *FindTSModuleVariable(const ir::Expression *node, binder::Scope *scope) const;