diff options
author | Anders Carlsson <andersca@mac.com> | 2009-08-29 19:54:19 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-08-29 19:54:19 +0000 |
commit | 595adc1795cc2c079ef5876100e01acd10a0504a (patch) | |
tree | 5563c438e56e15855e052bac1399fe23a1d7366b /include/clang/Parse/Action.h | |
parent | 0d8df780aef1acda5962347a32591efc629b6748 (diff) |
Set the access specifier for using decls.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80435 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 5a025caaf7..108d43d9e6 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -1079,6 +1079,7 @@ public: /// ActOnUsingDirective - This is called when using-directive is parsed. virtual DeclPtrTy ActOnUsingDeclaration(Scope *CurScope, + AccessSpecifier AS, SourceLocation UsingLoc, const CXXScopeSpec &SS, SourceLocation IdentLoc, |