Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h29 NSReturnsRetained, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp239 case api_notes::RetainCountConventionKind::NSReturnsRetained: in handleAPINotedRetainCountConvention()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1879 if (T->getAttrKind() == attr::NSReturnsRetained && in printAttributedAfter()
1969 case attr::NSReturnsRetained: in printAttributedAfter()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp112 RetainCountConventionKind::NSReturnsRetained); in enumeration()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2463 def NSReturnsRetained : DeclOrTypeAttr {