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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp336 bool IncompatibleObjC = false; local
347 ConvertedType, IncompatibleObjC))
348 || IncompatibleObjC) {
1211 bool IncompatibleObjC = false; local
1214 ConvertedType, IncompatibleObjC) ||
1215 IncompatibleObjC) {
H A DSemaOverload.cpp1351 SCS.IncompatibleObjC = false;
1482 bool IncompatibleObjC = false; local
1540 FromType, IncompatibleObjC)) {
1543 SCS.IncompatibleObjC = IncompatibleObjC;
1901 /// conversions, so for now they live here. IncompatibleObjC will be
1907 bool &IncompatibleObjC) {
1908 IncompatibleObjC = false;
1910 IncompatibleObjC))
2059 bool &IncompatibleObjC) {
1904 IsPointerConversion(Expr *From, QualType FromType, QualType ToType, bool InOverloadResolution, QualType& ConvertedType, bool &IncompatibleObjC) argument
2057 isObjCPointerConversion(QualType FromType, QualType ToType, QualType& ConvertedType, bool &IncompatibleObjC) argument
2297 bool IncompatibleObjC; local
[all...]
H A DSemaExprCXX.cpp2642 if (SCS.IncompatibleObjC && Action != AA_Casting) {
/external/clang/include/clang/Sema/
H A DOverload.h165 /// IncompatibleObjC - Whether this is an Objective-C conversion
167 unsigned IncompatibleObjC : 1;
H A DSema.h1670 QualType& ConvertedType, bool &IncompatibleObjC);
1672 QualType& ConvertedType, bool &IncompatibleObjC);

Completed in 413 milliseconds