Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h65 util::StringView GetNameFromModuleDeclaration(ir::TSModuleDeclaration *node) const;
Dtransformer.cpp342 util::StringView Transformer::GetNameFromModuleDeclaration(ir::TSModuleDeclaration *node) const in GetNameFromModuleDeclaration() function in panda::es2panda::parser::Transformer
501 util::StringView name = GetNameFromModuleDeclaration(node); in VisitTsModuleDeclaration()