Home | History | Annotate | Download | only in Sema

Lines Matching refs:IncompatibleObjC

1408   SCS.IncompatibleObjC = false;
1540 bool IncompatibleObjC = false;
1598 FromType, IncompatibleObjC)) {
1601 SCS.IncompatibleObjC = IncompatibleObjC;
1977 /// conversions, so for now they live here. IncompatibleObjC will be
1983 bool &IncompatibleObjC) {
1984 IncompatibleObjC = false;
1986 IncompatibleObjC))
2135 bool &IncompatibleObjC) {
2190 IncompatibleObjC = true;
2235 IncompatibleObjC)) {
2237 IncompatibleObjC = true;
2247 IncompatibleObjC)) {
2282 ConvertedType, IncompatibleObjC)) {
2299 ConvertedType, IncompatibleObjC)) {
2312 IncompatibleObjC = true;
2373 bool IncompatibleObjC;
2377 IncompatibleObjC))
2428 bool IncompatibleObjC = false;
2442 ConvertedType, IncompatibleObjC)) {
2443 if (IncompatibleObjC)
2454 IncompatibleObjC = false;
2460 ConvertedType, IncompatibleObjC)) {
2461 if (IncompatibleObjC)
6236 bool IncompatibleObjC = false;
6239 IncompatibleObjC);