Searched refs:ProtInfo (Results 1 – 2 of 2) sorted by relevance
245 CXIdxObjCProtocolRefInfo ProtInfo = { nullptr, in ObjCProtocolListInfo() local248 ProtInfos.push_back(ProtInfo); in ObjCProtocolListInfo()683 ObjCProtocolListInfo ProtInfo(D->isThisDeclarationADefinition() in handleObjCInterface() local689 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCInterface()729 ObjCProtocolDeclInfo ProtInfo(D); in handleObjCProtocol() local730 ProtInfo.ObjCProtoRefListInfo = ProtListInfo.getListInfo(); in handleObjCProtocol()732 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo); in handleObjCProtocol()749 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA); in handleObjCCategory() local761 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo(); in handleObjCCategory()
747 ProtInfo = dyn_cast<ObjCProtocolDeclInfo>(DI)) in clang_index_getObjCProtocolRefListInfo() local748 return &ProtInfo->ObjCProtoRefListInfo; in clang_index_getObjCProtocolRefListInfo()