Home | History | Annotate | Download | only in libclang

Lines Matching refs:ProtInfos

36     ProtInfos.push_back(ProtInfo);
42 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i)
43 ProtInfos[i].protocol = &ProtEntities[i];
45 for (unsigned i = 0, e = ProtInfos.size(); i != e; ++i)
46 Prots.push_back(&ProtInfos[i]);