Lines Matching refs:AnnotationString
1472 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1475 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1478 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1482 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1485 if (AnnotationString) { in AddCFAnnotations()
1487 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()
1586 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1589 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1592 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1606 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1611 if (AnnotationString) { in AddCFAnnotations()
1613 commit.insertBefore(MethodDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()