Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp5149 static bool isValidSubjectOfNSReturnsRetainedAttribute(QualType QT) { in isValidSubjectOfNSReturnsRetainedAttribute() function
5229 if (isValidSubjectOfNSReturnsRetainedAttribute(QT)) in checkNSReturnsRetainedReturnType()
5303 TypeOK = isValidSubjectOfNSReturnsRetainedAttribute(ReturnType); in handleXReturnsXRetainedAttr()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp4192 static bool isValidSubjectOfNSReturnsRetainedAttribute(QualType type) { in isValidSubjectOfNSReturnsRetainedAttribute() function
4297 typeOK = isValidSubjectOfNSReturnsRetainedAttribute(returnType); in handleNSReturnsRetainedAttr()