Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/c-index-test/
Dc-index-test.c3601 static void printProtocolList(const CXIdxObjCProtocolRefListInfo *ProtoInfo, in printProtocolList() argument
3604 for (i = 0; i < ProtoInfo->numProtocols; ++i) { in printProtocolList()
3606 ProtoInfo->protocols[i]->protocol); in printProtocolList()
3608 PrintCursor(ProtoInfo->protocols[i]->cursor, NULL); in printProtocolList()
3610 printCXIndexLoc(ProtoInfo->protocols[i]->loc, client_data); in printProtocolList()
3749 const CXIdxObjCProtocolRefListInfo *ProtoInfo; in index_indexDeclaration() local
3813 if ((ProtoInfo = clang_index_getObjCProtocolRefListInfo(info))) { in index_indexDeclaration()
3814 printProtocolList(ProtoInfo, client_data); in index_indexDeclaration()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseObjc.cpp2081 IdentifierLocPair ProtoInfo(protocolName, nameLoc); in ParseObjCAtProtocolDeclaration() local
2082 return Actions.ActOnForwardProtocolDeclaration(AtLoc, ProtoInfo, attrs); in ParseObjCAtProtocolDeclaration()