Home | History | Annotate | Download | only in Sema

Lines Matching refs:IncompatibleObjC

1425   SCS.IncompatibleObjC = false;
1556 bool IncompatibleObjC = false;
1614 FromType, IncompatibleObjC)) {
1617 SCS.IncompatibleObjC = IncompatibleObjC;
1993 /// conversions, so for now they live here. IncompatibleObjC will be
1999 bool &IncompatibleObjC) {
2000 IncompatibleObjC = false;
2002 IncompatibleObjC))
2151 bool &IncompatibleObjC) {
2206 IncompatibleObjC = true;
2251 IncompatibleObjC)) {
2253 IncompatibleObjC = true;
2263 IncompatibleObjC)) {
2298 ConvertedType, IncompatibleObjC)) {
2315 ConvertedType, IncompatibleObjC)) {
2328 IncompatibleObjC = true;
2389 bool IncompatibleObjC;
2393 IncompatibleObjC))
2444 bool IncompatibleObjC = false;
2458 ConvertedType, IncompatibleObjC)) {
2459 if (IncompatibleObjC)
2470 IncompatibleObjC = false;
2476 ConvertedType, IncompatibleObjC)) {
2477 if (IncompatibleObjC)