Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCQualifiedIdType

5876     } else if ((LHSTy->isObjCQualifiedIdType() ||
5877 RHSTy->isObjCQualifiedIdType()) &&
6313 !LHSType->isObjCQualifiedIdType())
6318 if (LHSType->isObjCQualifiedIdType() || RHSType->isObjCQualifiedIdType())
10938 if (SrcType->isObjCQualifiedIdType()) {
10949 else if (DstType->isObjCQualifiedIdType()) {