Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCIdType

5578   if (QT->isObjCIdType())
5827 if (LHSTy->isObjCIdType() &&
5832 if (RHSTy->isObjCIdType() &&
5884 } else if (LHSTy->isObjCIdType() || RHSTy->isObjCIdType()) {
6506 if (getLangOpts().ObjC1 && RHSType->isObjCIdType()) {
7682 if (Type->isObjCIdType()) {
10814 if (!PT->isObjCIdType()) {