Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigProvider.cpp38 std::chrono::steady_clock::time_point FreshTime, bool Trusted, in get() argument
41 TFS, FreshTime, in get()
67 Cache.get(FS, DC, P.FreshTime, Trusted, Result); in fromYAMLFile()
130 Cache->get(FS, DC, P.FreshTime, Trusted, Result); in fromAncestorRelativeYAMLFiles()
H A DTidyProvider.cpp40 std::chrono::steady_clock::time_point FreshTime) const { in get()
43 TFS, FreshTime, in get()
121 std::chrono::steady_clock::time_point FreshTime = in apply() local
126 if (auto Config = Cache->get(FS, FreshTime)) { in apply()
H A DConfigProvider.h40 std::chrono::steady_clock::time_point FreshTime =
H A DGlobalCompilationDatabase.cpp162 stopwatch::time_point FreshTime, stopwatch::time_point FreshTimeMissing) { in get() argument
185 if (CachePopulatedAt > FreshTime) in get()
363 Req.FreshTime = Now - Opts.RevalidateAfter; in getCompileCommand()
439 Request.FreshTime, Request.FreshTimeMissing))) { in lookupCDB()
733 Req.FreshTime = Req.FreshTimeMissing = in getProjectInfo()
H A DGlobalCompilationDatabase.h144 std::chrono::steady_clock::time_point FreshTime; member
H A DClangdServer.cpp306 Params.FreshTime = in createConfiguredContextProvider()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DFileCache.cpp31 const ThreadsafeFS &TFS, std::chrono::steady_clock::time_point FreshTime, in read() argument
40 if (ValidTime > FreshTime) in read()
H A DFileCache.h58 std::chrono::steady_clock::time_point FreshTime,
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/
H A DFileCacheTests.cpp36 std::string get(std::chrono::steady_clock::time_point FreshTime, in get() argument
42 FS, FreshTime, in get()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp435 std::chrono::steady_clock::time_point FreshTime) { in lookupCDB() argument
438 Req.FreshTime = Req.FreshTimeMissing = FreshTime; in lookupCDB()