Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h145 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo;
159 CXIdxObjCProtocolRefListInfo ObjCProtoRefListInfo;
174 CXIdxObjCProtocolRefListInfo ObjCProtoListInfo;
303 CXIdxObjCProtocolRefListInfo getListInfo() const { in getListInfo()
304 CXIdxObjCProtocolRefListInfo Info = { Prots.data(), in getListInfo()
H A DIndexing.cpp766 const CXIdxObjCProtocolRefListInfo *
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6476 } CXIdxObjCProtocolRefListInfo; typedef
6481 const CXIdxObjCProtocolRefListInfo *protocols;
6489 const CXIdxObjCProtocolRefListInfo *protocols;
6640 CINDEX_LINKAGE const CXIdxObjCProtocolRefListInfo *
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3578 static void printProtocolList(const CXIdxObjCProtocolRefListInfo *ProtoInfo, in printProtocolList()
3726 const CXIdxObjCProtocolRefListInfo *ProtoInfo; in index_indexDeclaration()