Lines Matching refs:AnnotationString
1462 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1465 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1468 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1472 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1475 if (AnnotationString) { in AddCFAnnotations()
1477 commit.insertAfterToken(FuncDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()
1577 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1580 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1583 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1597 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1602 if (AnnotationString) { in AddCFAnnotations()
1604 commit.insertBefore(MethodDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()