Home
last modified time | relevance | path

Searched refs:ObjCContainerDeclInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.h107 struct ObjCContainerDeclInfo : public DeclInfo { struct
110 ObjCContainerDeclInfo(bool isForwardRef, in ObjCContainerDeclInfo() argument
117 ObjCContainerDeclInfo(DInfoKind K, in ObjCContainerDeclInfo() function
129 static bool classof(const ObjCContainerDeclInfo *D) { return true; } in classof() argument
142 struct ObjCInterfaceDeclInfo : public ObjCContainerDeclInfo { argument
147 : ObjCContainerDeclInfo(Info_ObjCInterface, in ObjCInterfaceDeclInfo()
158 struct ObjCProtocolDeclInfo : public ObjCContainerDeclInfo {
162 : ObjCContainerDeclInfo(Info_ObjCProtocol, in ObjCProtocolDeclInfo()
173 struct ObjCCategoryDeclInfo : public ObjCContainerDeclInfo {
178 : ObjCContainerDeclInfo(Info_ObjCCategory, in ObjCCategoryDeclInfo()
[all …]
DIndexingContext.cpp308 ObjCContainerDeclInfo &ContDInfo) { in handleObjCContainer()
360 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true, isRedeclaration, in handleObjCInterface()
401 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/false, in handleObjCImplementation()
414 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true, in handleObjCProtocol()
DIndexing.cpp574 if (const ObjCContainerDeclInfo * in clang_index_getObjCContainerDeclInfo()
575 ContInfo = dyn_cast<ObjCContainerDeclInfo>(DI)) in clang_index_getObjCContainerDeclInfo()