Searched refs:MakeDeductionFailureInfo (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 4528 MakeDeductionFailureInfo(Context, Result, Info)); in CheckVarTemplateId() 9029 MakeDeductionFailureInfo(Context, TDK, Info)); in CheckFunctionTemplateSpecialization() 9045 MakeDeductionFailureInfo(Context, TDK_CUDATargetMismatch, Info)); in CheckFunctionTemplateSpecialization() 10197 MakeDeductionFailureInfo(Context, TDK, Info)); in ActOnExplicitInstantiation() 10213 MakeDeductionFailureInfo(Context, TDK_CUDATargetMismatch, Info)); in ActOnExplicitInstantiation()
|
D | SemaOverload.cpp | 613 clang::MakeDeductionFailureInfo(ASTContext &Context, in MakeDeductionFailureInfo() function in clang 7051 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddMethodTemplateCandidate() 7136 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateOverloadCandidate() 7497 Candidate.DeductionFailure = MakeDeductionFailureInfo(Context, Result, in AddTemplateConversionCandidate() 12029 MakeDeductionFailureInfo(Context, Result, Info)); in AddMatchingTemplateFunction() 12478 MakeDeductionFailureInfo(Context, Result, Info)); in ResolveSingleFunctionTemplateSpecialization()
|
D | SemaTemplateInstantiate.cpp | 3078 MakeDeductionFailureInfo(S.Context, Result, Info)); in getPatternForClassTemplateSpecialization()
|
/external/clang/lib/Sema/ |
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,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 12704 MakeDeductionFailureInfo(ASTContext &Context, Sema::TemplateDeductionResult TDK,
|