Home
last modified time | relevance | path

Searched refs:SetIdentifierTypeIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp245 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in ExtractExportModuleRecord()
400 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in GetTypeIndexFromClassDefinition()
424 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in GetTypeIndexFromInterfaceNode()
445 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in GetTypeIndexFromFunctionNode()
634 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in GetTypeIndexFromIdentifier()
663 recorder_->SetIdentifierTypeIndex(identifier, recorder_->GetClassType(typeIndex)); in GetTypeIndexFromInitializer()
685 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in HandleVariableDeclaration()
709 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in HandleFunctionDeclaration()
733 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in HandleClassDeclaration()
757 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in HandleInterfaceDeclaration()
[all …]
DtypeSystem.h739 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in FillField()
769 recorder_->SetIdentifierTypeIndex(identifier, functionType.GetTypeIndexShift()); in FillMethod()
980 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in FillField()
998 recorder_->SetIdentifierTypeIndex(identifier, functionType.GetTypeIndexShift()); in FillMethod()
1248 recorder_->SetIdentifierTypeIndex(identifier, functionType.GetTypeIndexShift()); in FillMethod()
1276 recorder_->SetIdentifierTypeIndex(identifier, typeIndex); in FillMembers()
DtypeRecorder.h73 void SetIdentifierTypeIndex(const ir::Identifier *identifier, int64_t index);
DtypeRecorder.cpp177 void TypeRecorder::SetIdentifierTypeIndex(const ir::Identifier *identifier, int64_t index) in SetIdentifierTypeIndex() function in panda::es2panda::extractor::TypeRecorder