Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCBuiltinType

5873       compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy;
5875 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy;
6295 if (LHSType->isObjCBuiltinType()) {
6297 if (LHSType->isObjCClassType() && !RHSType->isObjCBuiltinType() &&
6302 if (RHSType->isObjCBuiltinType()) {
6303 if (RHSType->isObjCClassType() && !LHSType->isObjCBuiltinType() &&