HomeSort by: relevance | last modified time | path
    Searched refs:IncompatibleObjC (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 527 bool IncompatibleObjC = false;
540 ConvertedType, IncompatibleObjC))
541 || IncompatibleObjC) {
945 bool IncompatibleObjC = false;
947 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC)
948 || IncompatibleObjC) {
1698 bool IncompatibleObjC = false;
1701 ConvertedType, IncompatibleObjC) ||
1702 IncompatibleObjC) {
SemaOverload.cpp 1695 SCS.IncompatibleObjC = false;
1831 bool IncompatibleObjC = false;
1910 FromType, IncompatibleObjC)) {
1913 SCS.IncompatibleObjC = IncompatibleObjC;
2349 /// conversions, so for now they live here. IncompatibleObjC will be
2355 bool &IncompatibleObjC) {
2356 IncompatibleObjC = false;
2358 IncompatibleObjC))
2506 bool &IncompatibleObjC) {
    [all...]
SemaExprCXX.cpp 4303 if (SCS.IncompatibleObjC && Action != AA_Casting) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h 285 /// IncompatibleObjC - Whether this is an Objective-C conversion
287 unsigned IncompatibleObjC : 1;
Sema.h 3409 QualType& ConvertedType, bool &IncompatibleObjC);
3411 QualType& ConvertedType, bool &IncompatibleObjC);

Completed in 65 milliseconds