Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1645 auto *var = FindTSModuleVariable(node->ModuleReference(), scope, &isType); in IsInstantiatedImportEquals()
1655 binder::Variable *Transformer::FindTSModuleVariable(const ir::Expression *node, in FindTSModuleVariable() function in panda::es2panda::parser::Transformer
1664 auto *var = FindTSModuleVariable(tsQualifiedName->Left(), scope, isType); in FindTSModuleVariable()
1678 … return FindTSModuleVariable(node->Parent()->AsTSImportEqualsDeclaration()->ModuleReference(), in FindTSModuleVariable()
1702 … return FindTSModuleVariable(node->Parent()->AsTSImportEqualsDeclaration()->ModuleReference(), in FindTSModuleVariable()
Dtransformer.h196 …binder::Variable *FindTSModuleVariable(const ir::Expression *node, const binder::Scope *scope, boo…