Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp5906 bool TypeOK; in handleXReturnsXRetainedAttr() local
5912 TypeOK = isValidSubjectOfNSReturnsRetainedAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5918 TypeOK = isValidSubjectOfNSAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5924 TypeOK = isValidSubjectOfCFAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5930 TypeOK = isValidSubjectOfOSAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5936 if (!TypeOK) { in handleXReturnsXRetainedAttr()