Searched refs:TypeOK (Results 1 – 1 of 1) sorted by relevance
1866 bool TypeOK; in handleXReturnsXRetainedAttr() local1873 TypeOK = isValidSubjectOfNSReturnsRetainedAttribute(ReturnType); in handleXReturnsXRetainedAttr()1879 TypeOK = isValidSubjectOfNSAttribute(ReturnType); in handleXReturnsXRetainedAttr()1885 TypeOK = isValidSubjectOfCFAttribute(ReturnType); in handleXReturnsXRetainedAttr()1891 TypeOK = isValidSubjectOfOSAttribute(ReturnType); in handleXReturnsXRetainedAttr()1897 if (!TypeOK) { in handleXReturnsXRetainedAttr()