Home
last modified time | relevance | path

Searched refs:CXIdxObjCProtocolRefListInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCXIndexDataConsumer.h147 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo;
161 CXIdxObjCProtocolRefListInfo ObjCProtoRefListInfo;
176 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo;
305 CXIdxObjCProtocolRefListInfo getListInfo() const { in getListInfo()
306 CXIdxObjCProtocolRefListInfo Info = { Prots.data(), in getListInfo()
DIndexing.cpp735 const CXIdxObjCProtocolRefListInfo *
/external/clang/include/clang-c/
DIndex.h5630 } CXIdxObjCProtocolRefListInfo; typedef
5635 const CXIdxObjCProtocolRefListInfo *protocols;
5643 const CXIdxObjCProtocolRefListInfo *protocols;
5770 CINDEX_LINKAGE const CXIdxObjCProtocolRefListInfo *
/external/clang/tools/c-index-test/
Dc-index-test.c3036 static void printProtocolList(const CXIdxObjCProtocolRefListInfo *ProtoInfo, in printProtocolList()
3166 const CXIdxObjCProtocolRefListInfo *ProtoInfo; in index_indexDeclaration()