Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1463 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1466 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1469 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1473 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1476 if (AnnotationString) { in AddCFAnnotations()
1576 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1579 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1582 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1596 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1601 if (AnnotationString) { in AddCFAnnotations()
[all …]