Searched refs:IsFunctionConversion (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 721 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
|
| H A D | SemaTemplateDeduction.cpp | 1211 if (IsFunctionConversion(P, A, AdjustedParam)) in isSameOrCompatibleFunctionType() 3485 if (A->isFunctionType() && S.IsFunctionConversion(A, DeducedA, Tmp)) in CheckOriginalCallArgDeduction() 3526 S.IsFunctionConversion(A, DeducedA, ResultTy))) in CheckOriginalCallArgDeduction()
|
| H A D | SemaOverload.cpp | 1738 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion() function in Sema 1958 if (!S.IsFunctionConversion(FromType, in IsStandardConversion() 2192 if (S.IsFunctionConversion(FromType, ToType, FromType)) { in IsStandardConversion() 4829 IsFunctionConversion(UnqualT2, UnqualT1, ConvertedT2)) { in CompareReferenceRelationship() 12734 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()
|
| H A D | SemaExpr.cpp | 9914 !S.IsFunctionConversion(RHSType, LHSType, RHSType)) in checkPointerTypesForAssignment() 9978 S.IsFunctionConversion(ltrans, rtrans, ltrans)) in checkPointerTypesForAssignment()
|
| H A D | SemaTemplate.cpp | 8053 IsFunctionConversion(RefExpr.get()->getType(), DestExprType, Ignored)) { in BuildExpressionFromDeclTemplateArgument()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3893 bool IsFunctionConversion(QualType FromType, QualType ToType,
|