Searched refs:isObjCPointerConversion (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 540 (!isObjCPointerConversion(ClassExtPropertyT, PrimaryClassPropertyT, in HandlePropertyInClassExtension() 842 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in DiagnosePropertyMismatchDeclInProtocols() 1480 if (!isObjCPointerConversion(RHSType, LHSType, in DiagnosePropertyMismatch()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 546 (!isObjCPointerConversion(ClassExtPropertyT, PrimaryClassPropertyT, in HandlePropertyInClassExtension() 954 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in SelectPropertyForSynthesisFromProtocols() 1708 if (!isObjCPointerConversion(RHSType, LHSType, in DiagnosePropertyMismatch()
|
D | SemaOverload.cpp | 2357 if (isObjCPointerConversion(FromType, ToType, ConvertedType, in IsPointerConversion() 2504 bool Sema::isObjCPointerConversion(QualType FromType, QualType ToType, in isObjCPointerConversion() function in Sema 2589 isObjCPointerConversion(FromPointeeType, ToPointeeType, ConvertedType, in isObjCPointerConversion() 2601 isObjCPointerConversion(FromPointeeType, ToPointeeType, ConvertedType, in isObjCPointerConversion() 2635 } else if (isObjCPointerConversion(FromFunctionType->getReturnType(), in isObjCPointerConversion() 2653 } else if (isObjCPointerConversion(FromArgType, ToArgType, in isObjCPointerConversion() 2731 else if (!isObjCPointerConversion(FromPointee, ToPointee, FromPointee, in isObjCWritebackConversion() 2796 } else if (isObjCPointerConversion(RHS, LHS, in IsBlockPointerConversion() 2814 } else if (isObjCPointerConversion(ToArgType, FromArgType, in IsBlockPointerConversion() 7247 return S.isObjCPointerConversion(ConvType, ToNonRefType, ConvertedType, in isAllowableExplicitConversion()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2276 bool isObjCPointerConversion(QualType FromType, QualType ToType,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3279 bool isObjCPointerConversion(QualType FromType, QualType ToType,
|