Home | History | Annotate | Download | only in Sema

Lines Matching refs:IncompatibleObjC

528     bool IncompatibleObjC = false;
541 ConvertedType, IncompatibleObjC))
542 || IncompatibleObjC) {
840 bool IncompatibleObjC = false;
842 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
843 || IncompatibleObjC) {
1478 bool IncompatibleObjC = false;
1481 ConvertedType, IncompatibleObjC) ||
1482 IncompatibleObjC) {