Home
last modified time | relevance | path

Searched refs:type_annotation (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.cpp365 for (auto type_annotation : type_annotations_) { in WriteAnnotations()
366 if (!WriteIdTaggedValue(writer, ClassTag::TYPE_ANNOTATION, type_annotation)) { in WriteAnnotations()
672 for (auto type_annotation : type_annotations_) { in WriteTypeAnnotations()
673 if (!WriteIdTaggedValue(writer, MethodTag::TYPE_ANNOTATION, type_annotation)) { in WriteTypeAnnotations()
1366 for (auto type_annotation : type_annotations_) { in WriteAnnotations()
1367 if (!WriteIdTaggedValue(writer, FieldTag::TYPE_ANNOTATION, type_annotation)) { in WriteAnnotations()
H A Dfile_items.h560 void AddTypeAnnotation(AnnotationItem *type_annotation) in AddTypeAnnotation() argument
562 type_annotations_.push_back(type_annotation); in AddTypeAnnotation()
840 void AddTypeAnnotation(AnnotationItem *type_annotation) in AddTypeAnnotation() argument
842 type_annotations_.push_back(type_annotation); in AddTypeAnnotation()
921 void AddTypeAnnotation(AnnotationItem *type_annotation) in AddTypeAnnotation() argument
923 type_annotations_.push_back(type_annotation); in AddTypeAnnotation()
1088 void AddTypeAnnotation(AnnotationItem *type_annotation) in AddTypeAnnotation() argument
1090 type_annotations_.push_back(type_annotation); in AddTypeAnnotation()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp1795 type_annotation] = [memberExpr]() -> std::pair<const ir::Identifier *, const ir::TypeNode *> {
1807 if (type_annotation == nullptr) {

Completed in 9 milliseconds