Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Generation

1546       if (M.Generation <= This->PriorGeneration)
1592 // Update the generation for this identifier.
2621 // Bump the generation number.
5325 if (M.Generation <= This->PriorGeneration)
5370 // Get the selector generation and update it to the current generation.
5371 unsigned &Generation = SelectorGeneration[Sel];
5372 unsigned PriorGeneration = Generation;
5373 Generation = CurrentGeneration;