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