diff options
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 746c28af620..f1e4968fd2d 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -2396,7 +2396,9 @@ public: SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgs, SourceLocation *TemplateArgLocs, - SourceLocation RAngleLoc); + SourceLocation RAngleLoc, + DeclSpec::TST TagSpec, + SourceLocation TagLoc); OwningExprResult BuildTemplateIdExpr(TemplateName Template, SourceLocation TemplateNameLoc, |

