Home
last modified time | relevance | path

Searched refs:ThreadsafeFS (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/clang-tools-extra/clangd/
H A DConfigProvider.cpp38 void get(const ThreadsafeFS &TFS, DiagnosticCallback DC, in get()
58 const ThreadsafeFS &FS, in fromYAMLFile()
62 const ThreadsafeFS &FS; in fromYAMLFile()
74 const ThreadsafeFS &FS, bool Trusted) in fromYAMLFile()
85 const ThreadsafeFS &FS, bool Trusted) { in fromAncestorRelativeYAMLFiles()
88 const ThreadsafeFS &FS; in fromAncestorRelativeYAMLFiles()
136 RelFileProvider(llvm::StringRef RelPath, const ThreadsafeFS &FS, in fromAncestorRelativeYAMLFiles()
H A DConfigProvider.h29 class ThreadsafeFS; variable
70 const ThreadsafeFS &,
80 fromAncestorRelativeYAMLFiles(llvm::StringRef RelPath, const ThreadsafeFS &,
H A DFeatureModule.h29 class ThreadsafeFS; variable
79 const ThreadsafeFS &FS;
131 const ThreadsafeFS &fs() { return facilities().FS; } in fs()
H A DTidyProvider.cpp16 #include "support/ThreadsafeFS.h"
41 get(const ThreadsafeFS &TFS, in get()
86 const ThreadsafeFS &FS;
97 DotClangTidyTree(const ThreadsafeFS &FS) in DotClangTidyTree()
267 TidyProvider provideClangTidyFiles(ThreadsafeFS &TFS) { in provideClangTidyFiles()
H A DClangdServer.h32 #include "support/ThreadsafeFS.h"
210 ClangdServer(const GlobalCompilationDatabase &CDB, const ThreadsafeFS &TFS, in featureModule()
475 const ThreadsafeFS &getHeaderFS() const {
478 const ThreadsafeFS &TFS;
525 std::unique_ptr<ThreadsafeFS> DirtyFS;
H A DGlobalCompilationDatabase.h16 #include "support/ThreadsafeFS.h"
105 Options(const ThreadsafeFS &TFS) : TFS(TFS) {}
107 const ThreadsafeFS &TFS;
H A DTidyProvider.h13 #include "support/ThreadsafeFS.h"
51 TidyProvider provideClangTidyFiles(ThreadsafeFS &);
H A DCompiler.h22 #include "support/ThreadsafeFS.h"
51 const ThreadsafeFS *TFS;
H A DIncludeCleaner.h63 const ThreadsafeFS &TFS,
H A DClangdLSPServer.h71 ClangdLSPServer(Transport &Transp, const ThreadsafeFS &TFS,
283 const ThreadsafeFS &TFS;
H A DClangdServer.cpp36 #include "support/ThreadsafeFS.h"
72 const ThreadsafeFS &TFS, AsyncTaskRunner *Tasks, in UpdateIndexCallbacks()
170 const ThreadsafeFS &TFS;
176 class DraftStoreFS : public ThreadsafeFS {
178 DraftStoreFS(const ThreadsafeFS &Base, const DraftStore &Drafts) in DraftStoreFS()
189 const ThreadsafeFS &Base;
215 const ThreadsafeFS &TFS, const Options &Opts, in ClangdServer()
H A DIncludeCleaner.cpp120 llvm::StringRef Code, HeaderFilter IgnoreHeaders, const ThreadsafeFS &TFS) { in generateMissingIncludeDiagnostics()
486 const ThreadsafeFS &TFS, in issueIncludeCleanerDiagnostics()
H A DSourceCode.h179 const ThreadsafeFS &TFS,
/llvm-project/clang-tools-extra/clangd/support/
H A DThreadsafeFS.h26 class ThreadsafeFS {
28 virtual ~ThreadsafeFS() = default;
47 class RealThreadsafeFS : public ThreadsafeFS {
H A DFileCache.h58 void read(const ThreadsafeFS &TFS,
H A DCMakeLists.txt32 ThreadsafeFS.cpp
H A DFileCache.cpp32 const ThreadsafeFS &TFS, std::chrono::steady_clock::time_point FreshTime, in read()
H A DThreadsafeFS.cpp75 ThreadsafeFS::view(PathRef CWD) const { in view()
/llvm-project/clang-tools-extra/clangd/index/
H A DStdLib.h95 const ThreadsafeFS &TFS);
102 const ThreadsafeFS &TFS);
H A DBackground.h22 #include "support/ThreadsafeFS.h"
155 BackgroundIndex(const ThreadsafeFS &, const GlobalCompilationDatabase &CDB,
201 const ThreadsafeFS &TFS;
H A DStdLib.cpp20 #include "support/ThreadsafeFS.h"
200 const ThreadsafeFS &TFS) { in indexStandardLibrary()
268 const ThreadsafeFS &TFS) { in indexStandardLibrary()
H A DBackground.cpp29 #include "support/ThreadsafeFS.h"
94 const ThreadsafeFS &TFS, const GlobalCompilationDatabase &CDB, in BackgroundIndex()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/support/
H A DBUILD.gn25 "ThreadsafeFS.cpp",
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestFS.h16 #include "support/ThreadsafeFS.h"
32 class MockFS : public ThreadsafeFS {
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp57 #include "support/ThreadsafeFS.h"
169 bool buildCommand(const ThreadsafeFS &TFS) { in buildCommand()
199 bool buildInvocation(const ThreadsafeFS &TFS, in buildInvocation()
462 bool check(llvm::StringRef File, const ThreadsafeFS &TFS, in check()

12