Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DFileCache.cpp24 : Path(Path), ValidTime(std::chrono::steady_clock::time_point::min()), in FileCache()
39 if (ValidTime > FreshTime) in read()
45 [&] { ValidTime = std::chrono::steady_clock::now(); }); in read()
DFileCache.h72 mutable std::chrono::steady_clock::time_point ValidTime; variable