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