Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp2463 QualType& ConvertedType, in IsPointerConversion() argument
2466 if (isObjCPointerConversion(FromType, ToType, ConvertedType, in IsPointerConversion()
2473 ConvertedType = ToType; in IsPointerConversion()
2480 ConvertedType = ToType; in IsPointerConversion()
2487 ConvertedType = ToType; in IsPointerConversion()
2495 ConvertedType = ToType; in IsPointerConversion()
2505 ConvertedType = ToType; in IsPointerConversion()
2514 ConvertedType = BuildSimilarlyQualifiedPointerType( in IsPointerConversion()
2535 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion()
2545 ConvertedType = BuildSimilarlyQualifiedPointerType(FromTypePtr, in IsPointerConversion()
[all …]
H A DSemaObjCProperty.cpp528 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()
1698 QualType ConvertedType; in DiagnosePropertyMismatch() local
1700 ConvertedType, IncompatibleObjC) || in DiagnosePropertyMismatch()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3787 QualType& ConvertedType, bool &IncompatibleObjC);
3789 QualType& ConvertedType, bool &IncompatibleObjC);
3791 QualType &ConvertedType);
3793 QualType& ConvertedType);
3810 QualType &ConvertedType);