Home
last modified time | relevance | path

Searched refs:CachePopulatedAt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp124 stopwatch::time_point CachePopulatedAt = stopwatch::time_point::min(); member in clang::clangd::DirectoryBasedGlobalCompilationDatabase::DirectoryCache
185 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()