diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-08-20 22:52:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-08-20 22:52:58 +0000 |
commit | 37b372b76a3fafe77186d7e6079e5642e2017478 (patch) | |
tree | f39fcf722618ae3e8c255973417c64ec69ea1871 /include/clang/Parse/Action.h | |
parent | f800f6c09ed4a71bcb593d6962e0fda2c2845a70 (diff) |
Initial support for parsing and representation of member function templates.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Parse/Action.h')
-rw-r--r-- | include/clang/Parse/Action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 70f5dbb929..50074cd771 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -1276,6 +1276,7 @@ public: /// specifier on the function. virtual DeclPtrTy ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, + MultiTemplateParamsArg TemplateParameterLists, ExprTy *BitfieldWidth, ExprTy *Init, bool Deleted = false) { |