Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCIdType

1317   if (rejectId && B->isObjCIdType()) return false;
1333 if (C.isObjCIdType(A) || C.isObjCIdType(B)) return false;
2462 else if (ObjectType->isObjCIdType() || ObjectType->isObjCQualifiedIdType())
2769 if (ResultObjectType->isObjCIdType() ||