From 083128f6b13dfa4fc615a838c49b516d901b1ac0 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 18 Nov 2009 04:49:41 +0000 Subject: 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 --- include/clang/Parse/Action.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/clang/Parse/Action.h') diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index ee852ff95c..a9b3213323 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -2365,6 +2365,12 @@ public: /// parsed. virtual void CodeCompleteObjCProtocolReferences(IdentifierLocPair *Protocols, unsigned NumProtocols) { } + + /// \brief Code completion for a protocol declaration or definition, after + /// the @protocol but before any identifier. + /// + /// \param S the scope in which the protocol declaration occurs. + virtual void CodeCompleteObjCProtocolDecl(Scope *S) { } //@} }; -- cgit v1.2.3-18-g5258