reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
12074 for (unsigned I = 0; I < FirstHashes.size(); ++I) { 12074 for (unsigned I = 0; I < FirstHashes.size(); ++I) { 12075 if (FirstHashes[I].second == SecondHashes[I].second) 12075 if (FirstHashes[I].second == SecondHashes[I].second) 12077 const EnumConstantDecl *FirstEnumConstant = FirstHashes[I].first; 12078 const EnumConstantDecl *SecondEnumConstant = SecondHashes[I].first; 12085 << I + 1 << FirstEnumConstant; 12088 << I + 1 << SecondEnumConstant; 12102 << I + 1 << FirstEnumConstant << (FirstInit != nullptr); 12106 << I + 1 << SecondEnumConstant << (SecondInit != nullptr); 12115 << I + 1 << FirstEnumConstant; 12119 << I + 1 << SecondEnumConstant;