Searched refs:IncompatibleObjC (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp524 bool IncompatibleObjC = false; local
537 ConvertedType, IncompatibleObjC))
538 || IncompatibleObjC) {
831 bool IncompatibleObjC = false; local
833 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
834 || IncompatibleObjC) {
1463 bool IncompatibleObjC = false; local
1466 ConvertedType, IncompatibleObjC) ||
1467 IncompatibleObjC) {
H A DSemaOverload.cpp1448 SCS.IncompatibleObjC = false;
1582 bool IncompatibleObjC = false; local
1640 FromType, IncompatibleObjC)) {
1643 SCS.IncompatibleObjC = IncompatibleObjC;
2036 /// conversions, so for now they live here. IncompatibleObjC will be
2042 bool &IncompatibleObjC) {
2043 IncompatibleObjC = false;
2045 IncompatibleObjC))
2193 bool &IncompatibleObjC) {
2039 IsPointerConversion(Expr *From, QualType FromType, QualType ToType, bool InOverloadResolution, QualType& ConvertedType, bool &IncompatibleObjC) argument
2191 isObjCPointerConversion(QualType FromType, QualType ToType, QualType& ConvertedType, bool &IncompatibleObjC) argument
2415 bool IncompatibleObjC; local
[all...]
H A DSemaExprCXX.cpp3254 if (SCS.IncompatibleObjC && Action != AA_Casting) {
/external/clang/include/clang/Sema/
H A DOverload.h156 /// IncompatibleObjC - Whether this is an Objective-C conversion
158 unsigned IncompatibleObjC : 1;
H A DSema.h2212 QualType& ConvertedType, bool &IncompatibleObjC);
2214 QualType& ConvertedType, bool &IncompatibleObjC);

Completed in 225 milliseconds