Searched refs:TypeOK (Results 1 – 1 of 1) sorted by relevance
5361 bool TypeOK; in handleXReturnsXRetainedAttr() local5367 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()