Searched defs:ObjCContainerDeclInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.h107 struct ObjCContainerDeclInfo : public DeclInfo { struct in namespace:clang::cxindex
110 ObjCContainerDeclInfo(bool isForwardRef, function in struct:clang::cxindex::ObjCContainerDeclInfo
117 ObjCContainerDeclInfo(DInfoKind K, function in struct:clang::cxindex::ObjCContainerDeclInfo
141 struct ObjCInterfaceDeclInfo : public ObjCContainerDeclInfo {
146 : ObjCContainerDeclInfo(Info_ObjCInterface,
156 struct ObjCProtocolDeclInfo : public ObjCContainerDeclInfo {
160 : ObjCContainerDeclInfo(Info_ObjCProtocol,
170 struct ObjCCategoryDeclInfo : public ObjCContainerDeclInfo {
175 : ObjCContainerDeclInfo(Info_ObjCCategory,
479 ObjCContainerDeclInfo
[all...]

Completed in 28 milliseconds