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.cpp2902 QualType& ConvertedType, in IsPointerConversion() argument
2905 if (isObjCPointerConversion(FromType, ToType, ConvertedType, in IsPointerConversion()
2912 ConvertedType = ToType; in IsPointerConversion()
2919 ConvertedType = ToType; in IsPointerConversion()
2926 ConvertedType = ToType; in IsPointerConversion()
2934 ConvertedType = ToType; in IsPointerConversion()
2944 ConvertedType = ToType; in IsPointerConversion()
2953 ConvertedType = BuildSimilarlyQualifiedPointerType( in IsPointerConversion()
2974 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion()
2984 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion()
[all …]
H A DSemaObjCProperty.cpp520 QualType ConvertedType; in HandlePropertyInClassExtension() local
532 PrimaryClassPropertyT, ConvertedType, in HandlePropertyInClassExtension()
932 QualType ConvertedType; in SelectPropertyForSynthesisFromProtocols() local
933 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in SelectPropertyForSynthesisFromProtocols()
1686 QualType ConvertedType; in DiagnosePropertyMismatch() local
1687 if (!SemaRef.isObjCPointerConversion(RHSType, LHSType, ConvertedType, in DiagnosePropertyMismatch()
H A DSemaObjC.cpp1315 QualType &ConvertedType) { in isObjCWritebackConversion() argument
1369 ConvertedType = Context.getPointerType(FromPointee); in isObjCWritebackConversion()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h147 QualType &ConvertedType);
H A DSema.h10086 bool InOverloadResolution, QualType &ConvertedType,
10093 QualType &ConvertedType, bool &IncompatibleObjC);
10095 QualType &ConvertedType);
10142 QualType &ConvertedType);