Searched refs:ProtInfos (Results 1 – 2 of 2) sorted by relevance
36 ProtInfos.push_back(ProtInfo); in ObjCProtocolListInfo()42 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i) in ObjCProtocolListInfo()43 ProtInfos[i].protocol = &ProtEntities[i]; in ObjCProtocolListInfo()45 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i) in ObjCProtocolListInfo()46 Prots.push_back(&ProtInfos[i]); in ObjCProtocolListInfo()
302 SmallVector<CXIdxObjCProtocolRefInfo, 4> ProtInfos; member