Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp527 bool IncompatibleObjC = false; in HandlePropertyInClassExtension() local
540 ConvertedType, IncompatibleObjC)) in HandlePropertyInClassExtension()
541 || IncompatibleObjC) { in HandlePropertyInClassExtension()
945 bool IncompatibleObjC = false; in SelectPropertyForSynthesisFromProtocols() local
947 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in SelectPropertyForSynthesisFromProtocols()
948 || IncompatibleObjC) { in SelectPropertyForSynthesisFromProtocols()
1698 bool IncompatibleObjC = false; in DiagnosePropertyMismatch() local
1701 ConvertedType, IncompatibleObjC) || in DiagnosePropertyMismatch()
1702 IncompatibleObjC) { in DiagnosePropertyMismatch()
H A DSemaOverload.cpp1695 SCS.IncompatibleObjC = false; in IsStandardConversion()
1831 bool IncompatibleObjC = false; in IsStandardConversion() local
1910 FromType, IncompatibleObjC)) { in IsStandardConversion()
1913 SCS.IncompatibleObjC = IncompatibleObjC; in IsStandardConversion()
2355 bool &IncompatibleObjC) { in IsPointerConversion() argument
2356 IncompatibleObjC = false; in IsPointerConversion()
2358 IncompatibleObjC)) in IsPointerConversion()
2506 bool &IncompatibleObjC) { in isObjCPointerConversion() argument
2545 IncompatibleObjC = true; in isObjCPointerConversion()
2590 IncompatibleObjC)) { in isObjCPointerConversion()
[all …]
H A DSemaExprCXX.cpp4303 if (SCS.IncompatibleObjC && Action != AA_Casting) { in PerformImplicitConversion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h287 unsigned IncompatibleObjC : 1; variable
H A DSema.h3409 QualType& ConvertedType, bool &IncompatibleObjC);
3411 QualType& ConvertedType, bool &IncompatibleObjC);