Home
last modified time | relevance | path

Searched refs:IsFunctionConversion (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp715 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
H A DSemaTemplateDeduction.cpp1187 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 DSemaOverload.cpp1628 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 DSemaTemplate.cpp7864 IsFunctionConversion(RefExpr.get()->getType(), DestExprType, Ignored)) { in BuildExpressionFromDeclTemplateArgument()
H A DSemaExpr.cpp9559 !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 DSema.h3817 bool IsFunctionConversion(QualType FromType, QualType ToType,