Searched refs:ObjCContainerDeclInfo (Results 1 - 3 of 3) 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,
472 ObjCContainerDeclInfo
[all...]
H A DIndexingContext.cpp367 ObjCContainerDeclInfo &ContDInfo) {
435 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true, isRedeclaration,
477 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/false,
490 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true,
H A DIndexing.cpp830 if (const ObjCContainerDeclInfo *
831 ContInfo = dyn_cast<ObjCContainerDeclInfo>(DI))

Completed in 577 milliseconds