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
129 static bool classof(const ObjCContainerDeclInfo *D) { return true; }
142 struct ObjCInterfaceDeclInfo : public ObjCContainerDeclInfo {
147 : ObjCContainerDeclInfo(Info_ObjCInterface,
158 struct ObjCProtocolDeclInfo : public ObjCContainerDeclInfo {
162 : ObjCContainerDeclInfo(Info_ObjCProtocol,
173 struct ObjCCategoryDeclInfo : public ObjCContainerDeclInfo {
178 : ObjCContainerDeclInfo(Info_ObjCCategor
[all...]
H A DIndexing.cpp574 if (const ObjCContainerDeclInfo *
575 ContInfo = dyn_cast<ObjCContainerDeclInfo>(DI))
H A DIndexingContext.cpp308 ObjCContainerDeclInfo &ContDInfo) {
360 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true, isRedeclaration,
401 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/false,
414 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true,

Completed in 39 milliseconds