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