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()
1587 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1590 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1593 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1607 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1612 if (AnnotationString) { in AddCFAnnotations()
1614 commit.insertBefore(MethodDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()