Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5963 static bool isValidSubjectOfNSReturnsRetainedAttribute(QualType QT) { in isValidSubjectOfNSReturnsRetainedAttribute() function
6043 if (isValidSubjectOfNSReturnsRetainedAttribute(QT)) in checkNSReturnsRetainedReturnType()
6118 TypeOK = isValidSubjectOfNSReturnsRetainedAttribute(ReturnType); in handleXReturnsXRetainedAttr()