Searched refs:SetExportType (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeExtractor.cpp | 229 recorder_->SetExportType(std::string(t.second->exportName_), in ExtractExportModuleRecord() 237 recorder_->SetExportType(std::string(t.second->exportName_), typeIndex); in ExtractExportModuleRecord() 248 recorder_->SetExportType(std::string(t.second->exportName_), typeIndex); in ExtractExportModuleRecord() 262 recorder_->SetExportType(std::string(t->exportName_), externalType.GetTypeIndexShift()); in ExtractExportModuleRecord() 687 recorder_->SetExportType(std::string(identifier->Name()), typeIndex); in HandleVariableDeclaration() 699 recorder_->SetExportType(std::string(name), typeIndex); in HandleFunctionDeclaration() 723 recorder_->SetExportType(std::string(name), typeIndex); in HandleClassDeclaration() 747 recorder_->SetExportType(std::string(name), typeIndex); in HandleInterfaceDeclaration() 769 recorder_->SetExportType(std::string(identifier->Name()), in HandleTypeAliasDeclaration()
|
D | typeRecorder.h | 103 void SetExportType(const std::string &exportStr, int64_t exportIndex);
|
D | typeRecorder.cpp | 298 void TypeRecorder::SetExportType(const std::string &exportStr, int64_t exportIndex) in SetExportType() function in panda::es2panda::extractor::TypeRecorder
|