Searched refs:TypeOK (Results 1 – 1 of 1) sorted by relevance
1868 bool TypeOK; in handleXReturnsXRetainedAttr() local1875 TypeOK = isValidSubjectOfNSReturnsRetainedAttribute(ReturnType); in handleXReturnsXRetainedAttr()1881 TypeOK = isValidSubjectOfNSAttribute(ReturnType); in handleXReturnsXRetainedAttr()1887 TypeOK = isValidSubjectOfCFAttribute(ReturnType); in handleXReturnsXRetainedAttr()1893 TypeOK = isValidSubjectOfOSAttribute(ReturnType); in handleXReturnsXRetainedAttr()1899 if (!TypeOK) { in handleXReturnsXRetainedAttr()