Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp5361 bool TypeOK; in handleXReturnsXRetainedAttr() local
5367 TypeOK = isValidSubjectOfNSReturnsRetainedAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5373 TypeOK = isValidSubjectOfNSAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5379 TypeOK = isValidSubjectOfCFAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5385 TypeOK = isValidSubjectOfOSAttribute(ReturnType); in handleXReturnsXRetainedAttr()
5391 if (!TypeOK) { in handleXReturnsXRetainedAttr()