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