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

/external/clang/tools/c-index-test/
H A Dc-index-test.c2883 static void printProtocolList(const CXIdxObjCProtocolRefListInfo *ProtoInfo, argument
2886 for (i = 0; i < ProtoInfo->numProtocols; ++i) {
2888 ProtoInfo->protocols[i]->protocol);
2890 PrintCursor(ProtoInfo->protocols[i]->cursor, NULL);
2892 printCXIndexLoc(ProtoInfo->protocols[i]->loc, client_data);
3013 const CXIdxObjCProtocolRefListInfo *ProtoInfo; local
3077 if ((ProtoInfo = clang_index_getObjCProtocolRefListInfo(info))) {
3078 printProtocolList(ProtoInfo, client_data);
/external/clang/lib/Parse/
H A DParseObjc.cpp2025 IdentifierLocPair ProtoInfo(protocolName, nameLoc);
2026 return Actions.ActOnForwardProtocolDeclaration(AtLoc, ProtoInfo,

Completed in 201 milliseconds