Searched refs:MakeDeductionFailureInfo (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 551 clang::MakeDeductionFailureInfo(ASTContext &Context, in MakeDeductionFailureInfo() function in clang 6232 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddMethodTemplateCandidate() 6283 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateOverloadCandidate() 6533 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateConversionCandidate() 10272 MakeDeductionFailureInfo(Context, Result, Info)); in AddMatchingTemplateFunction() 10612 MakeDeductionFailureInfo(Context, Result, Info)); in ResolveSingleFunctionTemplateSpecialization()
|
D | SemaTemplate.cpp | 2779 .set(Partial, MakeDeductionFailureInfo(Context, Result, Info)); in CheckVarTemplateId() 6881 MakeDeductionFailureInfo(Context, TDK, Info)); in CheckFunctionTemplateSpecialization() 7854 MakeDeductionFailureInfo(Context, TDK, Info)); in ActOnExplicitInstantiation()
|
D | SemaTemplateInstantiate.cpp | 2308 .set(Partial, MakeDeductionFailureInfo(Context, Result, Info)); in InstantiateClassTemplateSpecialization()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9255 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,
|