reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
127 unsigned getCount() const { return Cnt; } 129 unsigned getCombinedCounts() const { return Cnt + ACnt; } 131 Cnt = 0; 135 Cnt = i; 218 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt && 218 return getKind() == X.getKind() && Cnt == X.Cnt && ACnt == X.ACnt && 229 ID.AddInteger(Cnt);