Home | History | Annotate | Download | only in Sema

Lines Matching defs:IncompatibleObjC

1411   SCS.IncompatibleObjC = false;
1542 bool IncompatibleObjC = false;
1600 FromType, IncompatibleObjC)) {
1603 SCS.IncompatibleObjC = IncompatibleObjC;
1979 /// conversions, so for now they live here. IncompatibleObjC will be
1985 bool &IncompatibleObjC) {
1986 IncompatibleObjC = false;
1988 IncompatibleObjC))
2137 bool &IncompatibleObjC) {
2192 IncompatibleObjC = true;
2237 IncompatibleObjC)) {
2239 IncompatibleObjC = true;
2249 IncompatibleObjC)) {
2284 ConvertedType, IncompatibleObjC)) {
2301 ConvertedType, IncompatibleObjC)) {
2314 IncompatibleObjC = true;
2375 bool IncompatibleObjC;
2379 IncompatibleObjC))
2430 bool IncompatibleObjC = false;
2444 ConvertedType, IncompatibleObjC)) {
2445 if (IncompatibleObjC)
2456 IncompatibleObjC = false;
2462 ConvertedType, IncompatibleObjC)) {
2463 if (IncompatibleObjC)