Searched refs:ConvertedType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 2725 QualType& ConvertedType, in IsPointerConversion() argument 2728 if (isObjCPointerConversion(FromType, ToType, ConvertedType, in IsPointerConversion() 2735 ConvertedType = ToType; in IsPointerConversion() 2742 ConvertedType = ToType; in IsPointerConversion() 2749 ConvertedType = ToType; in IsPointerConversion() 2757 ConvertedType = ToType; in IsPointerConversion() 2767 ConvertedType = ToType; in IsPointerConversion() 2776 ConvertedType = BuildSimilarlyQualifiedPointerType( in IsPointerConversion() 2797 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion() 2807 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion() [all …]
|
H A D | SemaObjCProperty.cpp | 519 QualType ConvertedType; in HandlePropertyInClassExtension() local 531 PrimaryClassPropertyT, ConvertedType, in HandlePropertyInClassExtension() 931 QualType ConvertedType; in SelectPropertyForSynthesisFromProtocols() local 932 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in SelectPropertyForSynthesisFromProtocols() 1676 QualType ConvertedType; in DiagnosePropertyMismatch() local 1677 if (!SemaRef.isObjCPointerConversion(RHSType, LHSType, ConvertedType, in DiagnosePropertyMismatch()
|
H A D | SemaObjC.cpp | 1318 QualType &ConvertedType) { in isObjCWritebackConversion() argument 1372 ConvertedType = Context.getPointerType(FromPointee); in isObjCWritebackConversion()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 145 QualType &ConvertedType);
|
H A D | Sema.h | 9901 bool InOverloadResolution, QualType &ConvertedType, 9908 QualType &ConvertedType, bool &IncompatibleObjC); 9910 QualType &ConvertedType); 9957 QualType &ConvertedType);
|