Searched refs:IsFunctionConversion (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 714 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
|
| H A D | SemaTemplateDeduction.cpp | 1158 if (IsFunctionConversion(P, A, AdjustedParam)) in isSameOrCompatibleFunctionType() 3321 if (A->isFunctionType() && S.IsFunctionConversion(A, DeducedA, Tmp)) in CheckOriginalCallArgDeduction() 3362 S.IsFunctionConversion(A, DeducedA, ResultTy))) in CheckOriginalCallArgDeduction()
|
| H A D | SemaOverload.cpp | 1521 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion() function in Sema 1731 if (!S.IsFunctionConversion(FromType, in IsStandardConversion() 1961 if (S.IsFunctionConversion(FromType, ToType, FromType)) { in IsStandardConversion() 4563 IsFunctionConversion(UnqualT2, UnqualT1, ConvertedT2)) { in CompareReferenceRelationship() 12122 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()
|
| H A D | SemaTemplate.cpp | 7628 IsFunctionConversion(RefExpr.get()->getType(), DestExprType, Ignored)) { in BuildExpressionFromDeclTemplateArgument()
|
| H A D | SemaExpr.cpp | 9369 S.IsFunctionConversion(ltrans, rtrans, ltrans)) in checkPointerTypesForAssignment()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3691 bool IsFunctionConversion(QualType FromType, QualType ToType,
|