Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp5639 static bool isValidSubjectOfNSReturnsRetainedAttribute(QualType QT) { in isValidSubjectOfNSReturnsRetainedAttribute() function
5719 if (isValidSubjectOfNSReturnsRetainedAttribute(QT)) in checkNSReturnsRetainedReturnType()
5793 TypeOK = isValidSubjectOfNSReturnsRetainedAttribute(ReturnType); in handleXReturnsXRetainedAttr()