diff options
| author | Douglas Gregor <dgregor@apple.com> | 2010-07-08 23:37:41 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2010-07-08 23:37:41 +0000 |
| commit | 45879695553e4fcf007227eba100d3b4b366d477 (patch) | |
| tree | a3bb49632a452836fa5a51066a4ed5def98bc38e /clang/lib/Sema/Sema.h | |
| parent | d08fb75aaa666fad253fd269dbe53c399a35f515 (diff) | |
| download | bcm5719-llvm-45879695553e4fcf007227eba100d3b4b366d477.tar.gz bcm5719-llvm-45879695553e4fcf007227eba100d3b4b366d477.zip | |
Support code completion for parameter names in Objective-C method
declarations.
llvm-svn: 107933
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index f4f873df2f3..1f948b66243 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -4574,6 +4574,7 @@ public: DeclPtrTy IDecl); virtual void CodeCompleteObjCMethodDeclSelector(Scope *S, bool IsInstanceMethod, + bool AtParameterName, TypeTy *ReturnType, IdentifierInfo **SelIdents, unsigned NumSelIdents); |

