diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-06-05 18:16:35 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-06-05 18:16:35 +0000 |
commit | 496b5a894c5ec5425de53909f5aac3fb4771a2ec (patch) | |
tree | 72853dce38a871d04763325c89e8a6acd3dcb879 /include/clang/Parse/Action.h | |
parent | f5dba388e7d4a725b7ac9a7000bfdf0c2da9a36a (diff) |
Use of DeclContext for objc's ivars. No functionality
change. More to follow.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72951 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 588e659176..579fe6cb03 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -417,6 +417,7 @@ public: } virtual DeclPtrTy ActOnIvar(Scope *S, SourceLocation DeclStart, + DeclPtrTy IntfDecl, Declarator &D, ExprTy *BitfieldWidth, tok::ObjCKeywordKind visibility) { return DeclPtrTy(); |