Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Generation

1464       if (M.Generation <= This->PriorGeneration)
1524 // Update the generation for this identifier.
2795 // Bump the generation number.
5957 if (M.Generation <= This->PriorGeneration)
6004 // Get the selector generation and update it to the current generation.
6005 unsigned &Generation = SelectorGeneration[Sel];
6006 unsigned PriorGeneration = Generation;
6007 Generation = CurrentGeneration;