Searched refs:IsFunctionConversion (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 709 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
|
| H A D | SemaTemplateDeduction.cpp | 1348 if (QualType AdjustedParam; IsFunctionConversion(P, A, AdjustedParam)) in isSameOrCompatibleFunctionType() 3664 if (A->isFunctionType() && S.IsFunctionConversion(A, DeducedA, Tmp)) in CheckOriginalCallArgDeduction() 3705 S.IsFunctionConversion(A, DeducedA, ResultTy))) in CheckOriginalCallArgDeduction()
|
| H A D | SemaOverload.cpp | 1780 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion() function in Sema 2117 if (!S.IsFunctionConversion(FromType, in IsStandardConversion() 2345 if (S.IsFunctionConversion(FromType, ToType, FromType)) { in IsStandardConversion() 4856 IsFunctionConversion(UnqualT2, UnqualT1, ConvertedT2)) { in CompareReferenceRelationship() 12831 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()
|
| H A D | SemaTemplate.cpp | 7323 IsFunctionConversion(RefExpr.get()->getType(), DestExprType, Ignored)) { in BuildExpressionFromDeclTemplateArgument()
|
| H A D | SemaExpr.cpp | 8918 !S.IsFunctionConversion(RHSType, LHSType, RHSType)) in checkPointerTypesForAssignment() 8982 S.IsFunctionConversion(ltrans, rtrans, ltrans)) in checkPointerTypesForAssignment()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9982 bool IsFunctionConversion(QualType FromType, QualType ToType,
|