Lines Matching refs:AnnotationString
1463 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1466 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1469 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1473 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1476 if (AnnotationString) { in AddCFAnnotations()
1478 commit.insertAfterToken(FuncDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()
1576 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1579 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1582 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1596 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1601 if (AnnotationString) { in AddCFAnnotations()
1603 commit.insertBefore(MethodDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()