Searched refs:CachePopulatedAt (Results 1 – 1 of 1) sorted by relevance
124 stopwatch::time_point CachePopulatedAt = stopwatch::time_point::min(); member in clang::clangd::DirectoryBasedGlobalCompilationDatabase::DirectoryCache185 if (CachePopulatedAt > FreshTime) in get()190 CachePopulatedAt = stopwatch::now(); in get()191 NoCDBAt.store((CDB ? stopwatch::time_point::min() : CachePopulatedAt) in get()324 if (CachePopulatedAt > stopwatch::time_point::min()) in load()