Searched refs:IsFunctionConversion (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 707 IsFunctionConversion(ExceptionType, HandlerType, Result)) in handlerCanCatch()
|
D | SemaTemplateDeduction.cpp | 1187 if (IsFunctionConversion(Param, Arg, AdjustedParam)) in isSameOrCompatibleFunctionType() 3453 if (A->isFunctionType() && S.IsFunctionConversion(A, DeducedA, Tmp)) in CheckOriginalCallArgDeduction() 3494 S.IsFunctionConversion(A, DeducedA, ResultTy))) in CheckOriginalCallArgDeduction()
|
D | SemaOverload.cpp | 1523 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() 4552 IsFunctionConversion(UnqualT2, UnqualT1, ConvertedT2)) { in CompareReferenceRelationship() 11948 S.IsFunctionConversion(FD->getType(), TargetFunctionType, Discard); in candidateHasExactlyCorrectType()
|
D | SemaTemplate.cpp | 7574 IsFunctionConversion(RefExpr.get()->getType(), DestExprType, Ignored)) { in BuildExpressionFromDeclTemplateArgument()
|
D | SemaExpr.cpp | 8868 S.IsFunctionConversion(ltrans, rtrans, ltrans)) in checkPointerTypesForAssignment()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3307 bool IsFunctionConversion(QualType FromType, QualType ToType,
|