Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.h112 CXIdxObjCContainerDeclInfo ObjCContDeclInfo; member
137 ObjCContDeclInfo.kind = CXIdxObjCContainer_ForwardRef; in init()
139 ObjCContDeclInfo.kind = CXIdxObjCContainer_Implementation; in init()
141 ObjCContDeclInfo.kind = CXIdxObjCContainer_Interface; in init()
DCXIndexDataConsumer.cpp591 ContDInfo.ObjCContDeclInfo.declInfo = &ContDInfo; in handleObjCContainer()
690 InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo; in handleObjCInterface()
751 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo; in handleObjCCategory()
781 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo; in handleObjCCategoryImpl()
DIndexing.cpp704 return &ContInfo->ObjCContDeclInfo; in clang_index_getObjCContainerDeclInfo()