Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DFileCache.cpp25 : Path(Path), ValidTime(std::chrono::steady_clock::time_point::min()), in FileCache()
40 if (ValidTime > FreshTime) in read()
46 [&] { ValidTime = std::chrono::steady_clock::now(); }); in read()
H A DFileCache.h70 mutable std::chrono::steady_clock::time_point ValidTime; variable