Searched refs:IsFunctionConversion (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 715 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
|
| H A D | SemaTemplateDeduction.cpp | 1187 if (IsFunctionConversion(P, A, AdjustedParam)) in isSameOrCompatibleFunctionType() 3427 if (A->isFunctionType() && S.IsFunctionConversion(A, DeducedA, Tmp)) in CheckOriginalCallArgDeduction() 3468 S.IsFunctionConversion(A, DeducedA, ResultTy))) in CheckOriginalCallArgDeduction()
|
| H A D | SemaOverload.cpp | 1628 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion() function in Sema 1838 if (!S.IsFunctionConversion(FromType, in IsStandardConversion() 2068 if (S.IsFunctionConversion(FromType, ToType, FromType)) { in IsStandardConversion() 4660 IsFunctionConversion(UnqualT2, UnqualT1, ConvertedT2)) { in CompareReferenceRelationship() 12270 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()
|
| H A D | SemaTemplate.cpp | 7864 IsFunctionConversion(RefExpr.get()->getType(), DestExprType, Ignored)) { in BuildExpressionFromDeclTemplateArgument()
|
| H A D | SemaExpr.cpp | 9559 !S.IsFunctionConversion(RHSType, LHSType, RHSType)) in checkPointerTypesForAssignment() 9623 S.IsFunctionConversion(ltrans, rtrans, ltrans)) in checkPointerTypesForAssignment()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3817 bool IsFunctionConversion(QualType FromType, QualType ToType,
|