Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:ProtoInfo

2756 static void printProtocolList(const CXIdxObjCProtocolRefListInfo *ProtoInfo,
2759 for (i = 0; i < ProtoInfo->numProtocols; ++i) {
2761 ProtoInfo->protocols[i]->protocol);
2763 PrintCursor(ProtoInfo->protocols[i]->cursor, NULL);
2765 printCXIndexLoc(ProtoInfo->protocols[i]->loc, client_data);
2886 const CXIdxObjCProtocolRefListInfo *ProtoInfo;
2950 if ((ProtoInfo = clang_index_getObjCProtocolRefListInfo(info))) {
2951 printProtocolList(ProtoInfo, client_data);