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