Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h298 util::StringView FindTSModuleNameByScope(binder::Scope *scope) const in FindTSModuleNameByScope() function
Dtransformer.cpp2608 …oduleName = scope->IsTSEnumScope() ? FindTSEnumNameByScope(scope) : FindTSModuleNameByScope(scope); in CreateMemberExpressionFromIdentifier()