Home
last modified time | relevance | path

Searched refs:GetNamespacePath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp326 std::string TypeRecorder::GetNamespacePath(const std::string &namespaceStr) const in GetNamespacePath() function in panda::es2panda::extractor::TypeRecorder
334 ASSERT(GetNamespacePath(namespaceStr) == filePath); in SetNamespacePath()
DtypeRecorder.h111 std::string GetNamespacePath(const std::string &namespaceStr) const;
DtypeExtractor.cpp497 … auto redirectPath = recorder_->GetNamespacePath(std::string(object->AsIdentifier()->Name())); in GetTypeIndexFromMemberNode()
535 … auto redirectPath = recorder_->GetNamespacePath(std::string(left->AsIdentifier()->Name())); in GetTypeIndexFromTSQualifiedNode()