Searched refs:FreshTime (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ConfigProvider.cpp | 38 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 D | TidyProvider.cpp | 40 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 D | ConfigProvider.h | 40 std::chrono::steady_clock::time_point FreshTime =
|
| H A D | GlobalCompilationDatabase.cpp | 162 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 D | GlobalCompilationDatabase.h | 144 std::chrono::steady_clock::time_point FreshTime; member
|
| H A D | ClangdServer.cpp | 306 Params.FreshTime = in createConfiguredContextProvider()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | FileCache.cpp | 31 const ThreadsafeFS &TFS, std::chrono::steady_clock::time_point FreshTime, in read() argument 40 if (ValidTime > FreshTime) in read()
|
| H A D | FileCache.h | 58 std::chrono::steady_clock::time_point FreshTime,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/support/ |
| H A D | FileCacheTests.cpp | 36 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 D | GlobalCompilationDatabaseTests.cpp | 435 std::chrono::steady_clock::time_point FreshTime) { in lookupCDB() argument 438 Req.FreshTime = Req.FreshTimeMissing = FreshTime; in lookupCDB()
|