Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp709 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
H A DSemaTemplateDeduction.cpp1172 if (IsFunctionConversion(Param, Arg, AdjustedParam)) in isSameOrCompatibleFunctionType()
3446 if (A->isFunctionType() && S.IsFunctionConversion(A, DeducedA, Tmp)) in CheckOriginalCallArgDeduction()
3487 S.IsFunctionConversion(A, DeducedA, ResultTy))) in CheckOriginalCallArgDeduction()
H A DSemaOverload.cpp1523 bool Sema::IsFunctionConversion(QualType FromType, QualType ToType, in IsFunctionConversion() function in Sema
1725 if (!S.IsFunctionConversion(FromType, in IsStandardConversion()
1960 if (S.IsFunctionConversion(FromType, ToType, FromType)) { in IsStandardConversion()
4555 IsFunctionConversion(UnqualT2, UnqualT1, ConvertedT2)) { in CompareReferenceRelationship()
11934 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()
H A DSemaTemplate.cpp7564 IsFunctionConversion(RefExpr.get()->getType(), DestExprType, Ignored)) { in BuildExpressionFromDeclTemplateArgument()
H A DSemaExpr.cpp8968 S.IsFunctionConversion(ltrans, rtrans, ltrans)) in checkPointerTypesForAssignment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3438 bool IsFunctionConversion(QualType FromType, QualType ToType,