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.cpp7098 Sema::TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc);
7509 Sema::TemplateParameterListEqualKind Kind, SourceLocation TemplateArgLoc) { in MatchTemplateParameterKind() argument
7514 if (TemplateArgLoc.isValid()) { in MatchTemplateParameterKind()
7515 S.Diag(TemplateArgLoc, diag::err_template_arg_template_params_mismatch); in MatchTemplateParameterKind()
7536 if (TemplateArgLoc.isValid()) { in MatchTemplateParameterKind()
7537 S.Diag(TemplateArgLoc, in MatchTemplateParameterKind()
7575 if (TemplateArgLoc.isValid()) { in MatchTemplateParameterKind()
7576 S.Diag(TemplateArgLoc, in MatchTemplateParameterKind()
7604 TemplateArgLoc)) in MatchTemplateParameterKind()
7661 SourceLocation TemplateArgLoc) { in DiagnoseTemplateParameterListArityMismatch() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11887 SourceLocation TemplateArgLoc = SourceLocation());
11892 SourceLocation TemplateArgLoc = SourceLocation()) {
11894 Kind, TemplateArgLoc);