| /llvm-project/clang-tools-extra/clangd/ |
| H A D | ConfigProvider.cpp | 38 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 D | ConfigProvider.h | 29 class ThreadsafeFS; variable 70 const ThreadsafeFS &, 80 fromAncestorRelativeYAMLFiles(llvm::StringRef RelPath, const ThreadsafeFS &,
|
| H A D | FeatureModule.h | 29 class ThreadsafeFS; variable 79 const ThreadsafeFS &FS; 131 const ThreadsafeFS &fs() { return facilities().FS; } in fs()
|
| H A D | TidyProvider.cpp | 16 #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 D | ClangdServer.h | 32 #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 D | GlobalCompilationDatabase.h | 16 #include "support/ThreadsafeFS.h" 105 Options(const ThreadsafeFS &TFS) : TFS(TFS) {} 107 const ThreadsafeFS &TFS;
|
| H A D | TidyProvider.h | 13 #include "support/ThreadsafeFS.h" 51 TidyProvider provideClangTidyFiles(ThreadsafeFS &);
|
| H A D | Compiler.h | 22 #include "support/ThreadsafeFS.h" 51 const ThreadsafeFS *TFS;
|
| H A D | IncludeCleaner.h | 63 const ThreadsafeFS &TFS,
|
| H A D | ClangdLSPServer.h | 71 ClangdLSPServer(Transport &Transp, const ThreadsafeFS &TFS, 283 const ThreadsafeFS &TFS;
|
| H A D | ClangdServer.cpp | 36 #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 D | IncludeCleaner.cpp | 120 llvm::StringRef Code, HeaderFilter IgnoreHeaders, const ThreadsafeFS &TFS) { in generateMissingIncludeDiagnostics() 486 const ThreadsafeFS &TFS, in issueIncludeCleanerDiagnostics()
|
| H A D | SourceCode.h | 179 const ThreadsafeFS &TFS,
|
| /llvm-project/clang-tools-extra/clangd/support/ |
| H A D | ThreadsafeFS.h | 26 class ThreadsafeFS { 28 virtual ~ThreadsafeFS() = default; 47 class RealThreadsafeFS : public ThreadsafeFS {
|
| H A D | FileCache.h | 58 void read(const ThreadsafeFS &TFS,
|
| H A D | CMakeLists.txt | 32 ThreadsafeFS.cpp
|
| H A D | FileCache.cpp | 32 const ThreadsafeFS &TFS, std::chrono::steady_clock::time_point FreshTime, in read()
|
| H A D | ThreadsafeFS.cpp | 75 ThreadsafeFS::view(PathRef CWD) const { in view()
|
| /llvm-project/clang-tools-extra/clangd/index/ |
| H A D | StdLib.h | 95 const ThreadsafeFS &TFS); 102 const ThreadsafeFS &TFS);
|
| H A D | Background.h | 22 #include "support/ThreadsafeFS.h" 155 BackgroundIndex(const ThreadsafeFS &, const GlobalCompilationDatabase &CDB, 201 const ThreadsafeFS &TFS;
|
| H A D | StdLib.cpp | 20 #include "support/ThreadsafeFS.h" 200 const ThreadsafeFS &TFS) { in indexStandardLibrary() 268 const ThreadsafeFS &TFS) { in indexStandardLibrary()
|
| H A D | Background.cpp | 29 #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 D | BUILD.gn | 25 "ThreadsafeFS.cpp",
|
| /llvm-project/clang-tools-extra/clangd/unittests/ |
| H A D | TestFS.h | 16 #include "support/ThreadsafeFS.h" 32 class MockFS : public ThreadsafeFS {
|
| /llvm-project/clang-tools-extra/clangd/tool/ |
| H A D | Check.cpp | 57 #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()
|