Home | History | Annotate | Download | only in Sema

Lines Matching refs:IncompatibleObjC

402     bool IncompatibleObjC = false;
415 ConvertedType, IncompatibleObjC))
416 || IncompatibleObjC) {
777 bool IncompatibleObjC = false;
779 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
780 || IncompatibleObjC) {
1368 bool IncompatibleObjC = false;
1371 ConvertedType, IncompatibleObjC) ||
1372 IncompatibleObjC) {