Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h29 NSReturnsRetained, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1773 if (T->getAttrKind() == attr::NSReturnsRetained && in printAttributedAfter()
1855 case attr::NSReturnsRetained: in printAttributedAfter()
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp112 RetainCountConventionKind::NSReturnsRetained); in enumeration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2302 def NSReturnsRetained : DeclOrTypeAttr {