Searched refs:ProtInfo (Results 1 – 2 of 2) sorted by relevance
253 CXIdxObjCProtocolRefInfo ProtInfo = { nullptr, in ObjCProtocolListInfo() local256 ProtInfos.push_back(ProtInfo); in ObjCProtocolListInfo()696 ObjCProtocolListInfo ProtInfo(D->isThisDeclarationADefinition() in handleObjCInterface() local702 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCInterface()742 ObjCProtocolDeclInfo ProtInfo(D); in handleObjCProtocol() local743 ProtInfo.ObjCProtoRefListInfo = ProtListInfo.getListInfo(); in handleObjCProtocol()745 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo); in handleObjCProtocol()762 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory() local774 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCCategory()
778 ProtInfo = dyn_cast<ObjCProtocolDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo() local779 return &ProtInfo->ObjCProtoRefListInfo; in clang_index_getObjCProtocolRefListInfo()