Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2725 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 DSemaObjCProperty.cpp519 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 DSemaObjC.cpp1318 QualType &ConvertedType) { in isObjCWritebackConversion() argument
1372 ConvertedType = Context.getPointerType(FromPointee); in isObjCWritebackConversion()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h145 QualType &ConvertedType);
H A DSema.h9901 bool InOverloadResolution, QualType &ConvertedType,
9908 QualType &ConvertedType, bool &IncompatibleObjC);
9910 QualType &ConvertedType);
9957 QualType &ConvertedType);