Home
last modified time | relevance | path

Searched refs:AnnotationString (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1466 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1470 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1473 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1478 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1481 if (AnnotationString) { in AddCFAnnotations()
1483 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()
1583 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1587 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1590 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1605 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
[all …]