Lines Matching full:latest
37 // - the "latest" (temporal) element in the chain
38 // - the "uninitialized-latest" value (when newly-constructed)
44 // the first; it points to latest.
46 // - Elements are called "first", "previous", "latest" or
60 // "first" "latest"
87 /// A pointer to a known latest declaration, either statically known or
100 /// A pointer to either an uninitialized latest declaration (where either
150 auto Latest = Link.get<KnownLatest>(); in setLatest() local
151 Latest.set(D); in setLatest()
152 Link = Latest; in setLatest()
178 /// declaration and Link points to the latest declaration. For example:
272 // Get either previous decl or latest decl.