Searched refs:MakeDeductionFailureInfo (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 4615 MakeDeductionFailureInfo(Context, Result, Info)); in CheckVarTemplateId() 9120 MakeDeductionFailureInfo(Context, TDK, Info)); in CheckFunctionTemplateSpecialization() 9136 MakeDeductionFailureInfo(Context, TDK_CUDATargetMismatch, Info)); in CheckFunctionTemplateSpecialization() 10293 MakeDeductionFailureInfo(Context, TDK, Info)); in ActOnExplicitInstantiation() 10309 MakeDeductionFailureInfo(Context, TDK_CUDATargetMismatch, Info)); in ActOnExplicitInstantiation()
|
| H A D | SemaOverload.cpp | 612 clang::MakeDeductionFailureInfo(ASTContext &Context, in MakeDeductionFailureInfo() function in clang 7129 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddMethodTemplateCandidate() 7214 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateOverloadCandidate() 7575 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateConversionCandidate() 12203 MakeDeductionFailureInfo(Context, Result, Info)); in AddMatchingTemplateFunction() 12653 MakeDeductionFailureInfo(Context, Result, Info)); in ResolveSingleFunctionTemplateSpecialization()
|
| H A D | SemaTemplateInstantiate.cpp | 3128 MakeDeductionFailureInfo(S.Context, Result, Info)); in getPatternForClassTemplateSpecialization()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 13584 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,
|