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