Searched refs:MakeDeductionFailureInfo (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 4734 MakeDeductionFailureInfo(Context, Result, Info)); in CheckVarTemplateId() 9380 MakeDeductionFailureInfo(Context, TDK, Info)); in CheckFunctionTemplateSpecialization() 9396 MakeDeductionFailureInfo(Context, TDK_CUDATargetMismatch, Info)); in CheckFunctionTemplateSpecialization() 10547 MakeDeductionFailureInfo(Context, TDK, Info)); in ActOnExplicitInstantiation() 10563 MakeDeductionFailureInfo(Context, TDK_CUDATargetMismatch, Info)); in ActOnExplicitInstantiation()
|
H A D | SemaOverload.cpp | 616 clang::MakeDeductionFailureInfo(ASTContext &Context, in MakeDeductionFailureInfo() function in clang 7246 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddMethodTemplateCandidate() 7331 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateOverloadCandidate() 7695 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateConversionCandidate() 12351 MakeDeductionFailureInfo(Context, Result, Info)); in AddMatchingTemplateFunction() 12808 MakeDeductionFailureInfo(Context, Result, Info)); in ResolveSingleFunctionTemplateSpecialization()
|
H A D | SemaTemplateInstantiate.cpp | 3518 MakeDeductionFailureInfo(S.Context, Result, Info)); in getPatternForClassTemplateSpecialization()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 13961 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,
|