Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.h112 void SetNamespacePath(const std::string &namespaceStr, const std::string &filePath);
DtypeRecorder.cpp331 void TypeRecorder::SetNamespacePath(const std::string &namespaceStr, const std::string &filePath) in SetNamespacePath() function in panda::es2panda::extractor::TypeRecorder
DtypeExtractor.cpp202 recorder_->SetNamespacePath(std::string(t->localName_), std::string(redirectPath)); in ExtractImportModuleRecord()