Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp1459 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()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp484 StringRef AnnotationString; in outputAnnotations() local
485 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
491 addStringImm(AnnotationString, Inst); in outputAnnotations()