Searched refs:MakeDeductionFailureInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 4907 MakeDeductionFailureInfo(Context, Result, Info)); in CheckVarTemplateId() 9677 MakeDeductionFailureInfo(Context, TDK, Info)); in CheckFunctionTemplateSpecialization() 9693 MakeDeductionFailureInfo(Context, TDK_CUDATargetMismatch, Info)); in CheckFunctionTemplateSpecialization() 10851 MakeDeductionFailureInfo(Context, TDK, Info)); in ActOnExplicitInstantiation() 10867 MakeDeductionFailureInfo(Context, TDK_CUDATargetMismatch, Info)); in ActOnExplicitInstantiation()
|
| H A D | SemaOverload.cpp | 630 clang::MakeDeductionFailureInfo(ASTContext &Context, in MakeDeductionFailureInfo() function in clang 7570 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddMethodTemplateCandidate() 7658 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateOverloadCandidate() 8050 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateConversionCandidate() 12817 MakeDeductionFailureInfo(Context, Result, Info)); in AddMatchingTemplateFunction() 13312 MakeDeductionFailureInfo(Context, Result, Info)); in ResolveSingleFunctionTemplateSpecialization()
|
| H A D | SemaTemplateInstantiate.cpp | 3709 MakeDeductionFailureInfo(S.Context, Result, Info)); in getPatternForClassTemplateSpecialization()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 14351 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,
|