Searched refs:IsFunctionConversion (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 710 IsFunctionConversion(ExceptionType, HandlerType)) in handlerCanCatch()
|
| H A D | SemaTemplateDeduction.cpp | 3737 if (A->isFunctionType() && S.IsFunctionConversion(A, DeducedA)) in CheckOriginalCallArgDeduction() 3777 S.IsFunctionConversion(A, DeducedA))) in CheckOriginalCallArgDeduction()
|
| H A D | SemaOverload.cpp | 1887 bool Changed = IsFunctionConversion(FromType, ToType); in TryFunctionConversion() 1893 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion() function in Sema 2276 if (!S.IsFunctionConversion(FromType, in IsStandardConversion() 5087 IsFunctionConversion(UnqualT2, UnqualT1)) { in CompareReferenceRelationship() 13552 S.IsFunctionConversion(FD->getType(), TargetFunctionType); in candidateHasExactlyCorrectType()
|
| H A D | SemaTemplate.cpp | 7785 IsFunctionConversion(RefExpr.get()->getType(), DestExprType)) { in BuildExpressionFromDeclTemplateArgument()
|
| H A D | SemaExpr.cpp | 9141 S.IsFunctionConversion(ltrans, rtrans, &DiscardingCFIUncheckedCallee, in checkPointerTypesForAssignment()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10180 bool IsFunctionConversion(QualType FromType, QualType ToType,
|