Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp189 File::EntityId ann_class_id {ann_acc.GetClassId()}; in CreateAnnotationItem() local
192 if (!file_->IsExternal(ann_class_id)) { in CreateAnnotationItem()
193 auto *ann_class_item = CreateClassItem(ann_class_id); in CreateAnnotationItem()
197 auto *ann_class_item = CreateForeignClassItem(ann_class_id); in CreateAnnotationItem()