Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.h102 std::chrono::steady_clock::duration RevalidateMissingAfter = member
H A DGlobalCompilationDatabase.cpp364 Req.FreshTimeMissing = Now - Opts.RevalidateMissingAfter; in getCompileCommand()