Searched refs:NumGoodBases (Results 1 – 1 of 1) sorted by relevance
1572 unsigned NumGoodBases = 0; in AttachBaseSpecifiers() local1597 Bases[NumGoodBases++] = Bases[idx]; in AttachBaseSpecifiers()1622 Class->setBases(Bases.data(), NumGoodBases); in AttachBaseSpecifiers()1624 for (unsigned idx = 0; idx < NumGoodBases; ++idx) { in AttachBaseSpecifiers()