Home
last modified time | relevance | path

Searched refs:TemplateArgLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7583 Sema::TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc);
7971 Sema::TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc) { in MatchTemplateParameterKind() argument
7976 if (TemplateArgLoc.isValid()) { in MatchTemplateParameterKind()
7977 S.Diag(TemplateArgLoc, diag::err_template_arg_template_params_mismatch); in MatchTemplateParameterKind()
7996 if (TemplateArgLoc.isValid()) { in MatchTemplateParameterKind()
7997 S.Diag(TemplateArgLoc, in MatchTemplateParameterKind()
8028 if (TemplateArgLoc.isValid()) { in MatchTemplateParameterKind()
8029 S.Diag(TemplateArgLoc, in MatchTemplateParameterKind()
8055 TemplateArgLoc)) in MatchTemplateParameterKind()
8111 SourceLocation TemplateArgLoc) { in DiagnoseTemplateParameterListArityMismatch() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12121 SourceLocation TemplateArgLoc = SourceLocation());
12126 SourceLocation TemplateArgLoc = SourceLocation()) {
12128 Kind, TemplateArgLoc);