Searched refs:ProtInfos (Results 1 – 2 of 2) sorted by relevance
251 ProtInfos.push_back(ProtInfo); in ObjCProtocolListInfo()257 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i) in ObjCProtocolListInfo()258 ProtInfos[i].protocol = &ProtEntities[i]; in ObjCProtocolListInfo()260 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i) in ObjCProtocolListInfo()261 Prots.push_back(&ProtInfos[i]); in ObjCProtocolListInfo()
299 SmallVector<CXIdxObjCProtocolRefInfo, 4> ProtInfos; member