Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1462 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()
1577 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1580 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1583 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1597 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1602 if (AnnotationString) { in AddCFAnnotations()
[all …]