Searched refs:ConvertedType (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 2354 QualType& ConvertedType, in IsPointerConversion() argument 2357 if (isObjCPointerConversion(FromType, ToType, ConvertedType, in IsPointerConversion() 2364 ConvertedType = ToType; in IsPointerConversion() 2371 ConvertedType = ToType; in IsPointerConversion() 2378 ConvertedType = ToType; in IsPointerConversion() 2386 ConvertedType = ToType; in IsPointerConversion() 2396 ConvertedType = ToType; in IsPointerConversion() 2405 ConvertedType = BuildSimilarlyQualifiedPointerType( in IsPointerConversion() 2427 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion() 2437 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion() [all …]
|
| H A D | SemaObjCProperty.cpp | 528 QualType ConvertedType; in HandlePropertyInClassExtension() local 540 ConvertedType, IncompatibleObjC)) in HandlePropertyInClassExtension() 946 QualType ConvertedType; in SelectPropertyForSynthesisFromProtocols() local 947 if (!S.isObjCPointerConversion(RHSType, LHSType, ConvertedType, IncompatibleObjC) in SelectPropertyForSynthesisFromProtocols() 1699 QualType ConvertedType; in DiagnosePropertyMismatch() local 1701 ConvertedType, IncompatibleObjC) || in DiagnosePropertyMismatch()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3409 QualType& ConvertedType, bool &IncompatibleObjC); 3411 QualType& ConvertedType, bool &IncompatibleObjC); 3413 QualType &ConvertedType); 3415 QualType& ConvertedType); 3431 QualType &ConvertedType);
|