Searched refs:MakeDeductionFailureInfo (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOverload.cpp | 544 clang::MakeDeductionFailureInfo(ASTContext &Context, in MakeDeductionFailureInfo() function in clang 6124 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddMethodTemplateCandidate() 6175 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateOverloadCandidate() 6425 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateConversionCandidate() 9945 MakeDeductionFailureInfo(Context, Result, Info)); in AddMatchingTemplateFunction() 10265 MakeDeductionFailureInfo(Context, Result, Info)); in ResolveSingleFunctionTemplateSpecialization()
|
| HD | SemaTemplate.cpp | 2740 .set(Partial, MakeDeductionFailureInfo(Context, Result, Info)); in CheckVarTemplateId() 6845 MakeDeductionFailureInfo(Context, TDK, Info)); in CheckFunctionTemplateSpecialization() 7811 MakeDeductionFailureInfo(Context, TDK, Info)); in ActOnExplicitInstantiation()
|
| HD | SemaTemplateInstantiate.cpp | 2314 .set(Partial, MakeDeductionFailureInfo(Context, Result, Info)); in InstantiateClassTemplateSpecialization()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 9044 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,
|