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()
1575 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1578 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1581 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1595 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1600 if (AnnotationString) { in AddCFAnnotations()
1602 commit.insertBefore(MethodDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()