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

/external/clang/tools/libclang/
H A DIndexingContext.h108 CXIdxObjCContainerDeclInfo ObjCContDeclInfo; member in struct:clang::cxindex::ObjCContainerDeclInfo
134 ObjCContDeclInfo.kind = CXIdxObjCContainer_ForwardRef;
136 ObjCContDeclInfo.kind = CXIdxObjCContainer_Implementation;
138 ObjCContDeclInfo.kind = CXIdxObjCContainer_Interface;
H A DIndexingContext.cpp309 ContDInfo.ObjCContDeclInfo.declInfo = &ContDInfo;
392 InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo;
452 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
482 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
H A DIndexing.cpp576 return &ContInfo->ObjCContDeclInfo;

Completed in 62 milliseconds