Lines Matching refs:AnnotationString
1459 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1462 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1465 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1469 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1472 if (AnnotationString) { in AddCFAnnotations()
1474 commit.insertAfterToken(FuncDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()
1572 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1575 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1578 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1592 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1597 if (AnnotationString) { in AddCFAnnotations()
1599 commit.insertBefore(MethodDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()