Searched refs:MakeDeductionFailureInfo (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 565 clang::MakeDeductionFailureInfo(ASTContext &Context, in MakeDeductionFailureInfo() function in clang 6278 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddMethodTemplateCandidate() 6329 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateOverloadCandidate() 6579 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateConversionCandidate() 10439 MakeDeductionFailureInfo(Context, Result, Info)); in AddMatchingTemplateFunction() 10842 MakeDeductionFailureInfo(Context, Result, Info)); in ResolveSingleFunctionTemplateSpecialization()
|
D | SemaTemplate.cpp | 2820 MakeDeductionFailureInfo(Context, Result, Info)); in CheckVarTemplateId() 6921 MakeDeductionFailureInfo(Context, TDK, Info)); in CheckFunctionTemplateSpecialization() 7988 MakeDeductionFailureInfo(Context, TDK, Info)); in ActOnExplicitInstantiation()
|
D | SemaTemplateInstantiate.cpp | 2327 MakeDeductionFailureInfo(Context, Result, Info)); in InstantiateClassTemplateSpecialization()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9634 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,
|