aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/Sema.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-18 04:49:41 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-18 04:49:41 +0000
commit083128f6b13dfa4fc615a838c49b516d901b1ac0 (patch)
treedef44ecba839527fc44cdc64cf2821def09ce5d6 /lib/Sema/Sema.h
parentf9a7c18a4db3afca497fc44ee8cf802db5626494 (diff)
Code completion after @property, providing the names of forward-declared properties
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r--lib/Sema/Sema.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h
index 333cc00069..e16bfaa57c 100644
--- a/lib/Sema/Sema.h
+++ b/lib/Sema/Sema.h
@@ -4017,7 +4017,8 @@ public:
virtual void CodeCompleteObjCInstanceMessage(Scope *S, ExprTy *Receiver);
virtual void CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols,
unsigned NumProtocols);
- //@}
+ virtual void CodeCompleteObjCProtocolDecl(Scope *S);
+ //@}
//===--------------------------------------------------------------------===//
// Extra semantic analysis beyond the C type system