Searched refs:FindTSModuleNameByScope (Results 1 – 2 of 2) sorted by relevance
298 util::StringView FindTSModuleNameByScope(binder::Scope *scope) const in FindTSModuleNameByScope() function
2608 …oduleName = scope->IsTSEnumScope() ? FindTSEnumNameByScope(scope) : FindTSModuleNameByScope(scope); in CreateMemberExpressionFromIdentifier()