Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
1575 const char *AnnotationString = nullptr; in AddCFAnnotations() local
1578 AnnotationString = " CF_RETURNS_RETAINED"; in AddCFAnnotations()
1581 AnnotationString = " CF_RETURNS_NOT_RETAINED"; in AddCFAnnotations()
1595 AnnotationString = " NS_RETURNS_RETAINED"; in AddCFAnnotations()
1600 if (AnnotationString) { in AddCFAnnotations()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVAsmPrinter.cpp448 StringRef AnnotationString; in outputAnnotations() local
449 getConstantStringInfo(GV, AnnotationString); in outputAnnotations()
455 addStringImm(AnnotationString, Inst); in outputAnnotations()