Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5469 bool TypeOK; in handleXReturnsXRetainedAttr() local
5475 TypeOK = isValidSubjectOfNSReturnsRetainedAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5481 TypeOK = isValidSubjectOfNSAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5487 TypeOK = isValidSubjectOfCFAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5493 TypeOK = isValidSubjectOfOSAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5499 if (!TypeOK) { in handleXReturnsXRetainedAttr()