Searched refs:ConvertedType (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1968 QualType& ConvertedType, in IsPointerConversion() argument 1971 if (isObjCPointerConversion(FromType, ToType, ConvertedType, in IsPointerConversion() 1978 ConvertedType = ToType; in IsPointerConversion() 1985 ConvertedType = ToType; in IsPointerConversion() 1992 ConvertedType = ToType; in IsPointerConversion() 2000 ConvertedType = ToType; in IsPointerConversion() 2010 ConvertedType = ToType; in IsPointerConversion() 2019 ConvertedType = BuildSimilarlyQualifiedPointerType( in IsPointerConversion() 2041 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion() 2051 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion() [all …]
|
| H A D | SemaObjCProperty.cpp | 402 QualType ConvertedType; in HandlePropertyInClassExtension() local 412 ConvertedType, IncompatibleObjC)) in HandlePropertyInClassExtension() 775 QualType ConvertedType; in DiagnosePropertyMismatchDeclInProtocols() local 776 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in DiagnosePropertyMismatchDeclInProtocols() 1366 QualType ConvertedType; in DiagnosePropertyMismatch() local 1368 ConvertedType, IncompatibleObjC) || in DiagnosePropertyMismatch()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2099 QualType& ConvertedType, bool &IncompatibleObjC); 2101 QualType& ConvertedType, bool &IncompatibleObjC); 2103 QualType &ConvertedType); 2105 QualType& ConvertedType); 2119 QualType &ConvertedType);
|