diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2007-10-05 21:01:53 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2007-10-05 21:01:53 +0000 |
| commit | ea7a98d8d65b469c6bcef302eb675b4fcdbff38c (patch) | |
| tree | 786a47fc40d54dd267985fb43de5500418d757e5 /clang/Sema/Sema.h | |
| parent | 64a9ca7c58606236425788aa5628bf24511be4f6 (diff) | |
| download | bcm5719-llvm-ea7a98d8d65b469c6bcef302eb675b4fcdbff38c.tar.gz bcm5719-llvm-ea7a98d8d65b469c6bcef302eb675b4fcdbff38c.zip | |
This is the first patch toward supporting protocol conforming
objective-c types. It also removes use of Scope* parameter in
getObjCProtocolDecl.
llvm-svn: 42649
Diffstat (limited to 'clang/Sema/Sema.h')
| -rw-r--r-- | clang/Sema/Sema.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/Sema/Sema.h b/clang/Sema/Sema.h index 7a6d62fac25..6d38e629e38 100644 --- a/clang/Sema/Sema.h +++ b/clang/Sema/Sema.h @@ -429,6 +429,11 @@ public: SourceLocation AtProtocolLoc, IdentifierInfo **IdentList, unsigned NumElts); + + virtual DeclTy **ActOnFindProtocolDeclaration(Scope *S, + SourceLocation TypeLoc, + IdentifierInfo **ProtocolId, + unsigned NumProtocols); virtual void ActOnAddMethodsToObjcDecl(Scope* S, DeclTy *ClassDecl, DeclTy **allMethods, unsigned allNum); |

