Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp118 std::atomic<stopwatch::rep> NoCDBAt = { member in clang::clangd::DirectoryBasedGlobalCompilationDatabase::DirectoryCache
164 if (stopwatch::time_point(stopwatch::duration(NoCDBAt.load())) > in get()
191 NoCDBAt.store((CDB ? stopwatch::time_point::min() : CachePopulatedAt) in get()