Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp162 stopwatch::time_point FreshTime, stopwatch::time_point FreshTimeMissing) { in get() argument
165 FreshTimeMissing) { in get()
364 Req.FreshTimeMissing = Now - Opts.RevalidateMissingAfter; in getCompileCommand()
439 Request.FreshTime, Request.FreshTimeMissing))) { in lookupCDB()
733 Req.FreshTime = Req.FreshTimeMissing = in getProjectInfo()
H A DGlobalCompilationDatabase.h145 std::chrono::steady_clock::time_point FreshTimeMissing; member
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp438 Req.FreshTime = Req.FreshTimeMissing = FreshTime; in lookupCDB()