diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-12-13 18:47:45 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-12-13 18:47:45 +0000 |
commit | 9b9f7a9f7a44d2726abbf88d10bcfe49891b74fd (patch) | |
tree | 0d338cf145d5a715f4420e690dbe1ace921a91b1 /clang/tools/libclang/IndexingContext.h | |
parent | 25cb0ff3d851537fd3eb4e725bace7dbb2a69678 (diff) | |
download | bcm5719-llvm-9b9f7a9f7a44d2726abbf88d10bcfe49891b74fd.tar.gz bcm5719-llvm-9b9f7a9f7a44d2726abbf88d10bcfe49891b74fd.zip |
[libclang] Indexing API: Provide the protocols list for objc categories as well.
rdar://10573361
llvm-svn: 146498
Diffstat (limited to 'clang/tools/libclang/IndexingContext.h')
-rw-r--r-- | clang/tools/libclang/IndexingContext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/libclang/IndexingContext.h b/clang/tools/libclang/IndexingContext.h index 1ad1d809eeb..b9234d88b3f 100644 --- a/clang/tools/libclang/IndexingContext.h +++ b/clang/tools/libclang/IndexingContext.h @@ -149,6 +149,7 @@ struct ObjCProtocolDeclInfo : public ObjCContainerDeclInfo { struct ObjCCategoryDeclInfo : public ObjCContainerDeclInfo { CXIdxObjCCategoryDeclInfo ObjCCatDeclInfo; + CXIdxObjCProtocolRefListInfo ObjCProtoListInfo; explicit ObjCCategoryDeclInfo(bool isImplementation) : ObjCContainerDeclInfo(Info_ObjCCategory, |