Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp248 CXIdxObjCProtocolRefInfo ProtInfo = { nullptr, in ObjCProtocolListInfo() local
251 ProtInfos.push_back(ProtInfo); in ObjCProtocolListInfo()
689 ObjCProtocolListInfo ProtInfo(D->isThisDeclarationADefinition() in handleObjCInterface() local
695 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCInterface()
735 ObjCProtocolDeclInfo ProtInfo(D); in handleObjCProtocol() local
736 ProtInfo.ObjCProtoRefListInfo = ProtListInfo.getListInfo(); in handleObjCProtocol()
738 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo); in handleObjCProtocol()
755 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory() local
767 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCCategory()
H A DIndexing.cpp775 ProtInfo = dyn_cast<ObjCProtocolDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo() local
776 return &ProtInfo->ObjCProtoRefListInfo; in clang_index_getObjCProtocolRefListInfo()