Lines Matching refs:ProtoInfo
2582 static void printProtocolList(const CXIdxObjCProtocolRefListInfo *ProtoInfo,
2585 for (i = 0; i < ProtoInfo->numProtocols; ++i) {
2587 ProtoInfo->protocols[i]->protocol);
2589 PrintCursor(ProtoInfo->protocols[i]->cursor, NULL);
2591 printCXIndexLoc(ProtoInfo->protocols[i]->loc, client_data);
2701 const CXIdxObjCProtocolRefListInfo *ProtoInfo;
2765 if ((ProtoInfo = clang_index_getObjCProtocolRefListInfo(info))) {
2766 printProtocolList(ProtoInfo, client_data);