Searched refs:FindTSModuleVariable (Results 1 – 2 of 2) sorted by relevance
196 …binder::Variable *FindTSModuleVariable(const ir::Expression *node, const binder::Scope *scope, boo…
1668 auto *var = FindTSModuleVariable(node->ModuleReference(), scope, &isType); in IsInstantiatedImportEquals()1678 binder::Variable *Transformer::FindTSModuleVariable(const ir::Expression *node, in FindTSModuleVariable() function in panda::es2panda::parser::Transformer1687 auto *var = FindTSModuleVariable(tsQualifiedName->Left(), scope, isType); in FindTSModuleVariable()1701 … return FindTSModuleVariable(node->Parent()->AsTSImportEqualsDeclaration()->ModuleReference(), in FindTSModuleVariable()1725 … return FindTSModuleVariable(node->Parent()->AsTSImportEqualsDeclaration()->ModuleReference(), in FindTSModuleVariable()