Searched refs:IsAnnotation (Results 1 – 6 of 6) sorted by relevance
92 EXPECT_FALSE(rmd.IsAnnotation());
40 bool IsAnnotation() const override in IsAnnotation() function
449 bool RecordMetadata::IsAnnotation() const in IsAnnotation() function in panda::pandasm::RecordMetadata
494 virtual bool IsAnnotation() const;
424 if (!record.metadata->IsAnnotation()) { in CreateAnnotationItem()505 } else if (record.metadata->IsAnnotation()) { in AddAnnotations()
123 …T_TRUE(program.record_table.find(TSTYPE_ANNO_RECORD_NAME.data())->second.metadata->IsAnnotation()); in SetTypeAnnotationForFunc()