Searched defs:ProtoInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
H A Dc-index-test.c2756 static void printProtocolList(const CXIdxObjCProtocolRefListInfo *ProtoInfo, argument
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; local
2950 if ((ProtoInfo = clang_index_getObjCProtocolRefListInfo(info))) {
2951 printProtocolList(ProtoInfo, client_data);

Completed in 129 milliseconds