| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ConfigProvider.cpp | 37 void get(const ThreadsafeFS &TFS, DiagnosticCallback DC, in get() 57 const ThreadsafeFS &FS, in fromYAMLFile() 61 const ThreadsafeFS &FS; in fromYAMLFile() 73 const ThreadsafeFS &FS, bool Trusted) in fromYAMLFile() 84 const ThreadsafeFS &FS, bool Trusted) { in fromAncestorRelativeYAMLFiles() 87 const ThreadsafeFS &FS; in fromAncestorRelativeYAMLFiles() 135 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 | 28 class ThreadsafeFS; variable 78 const ThreadsafeFS &FS; 130 const ThreadsafeFS &fs() { return facilities().FS; } in fs()
|
| H A D | TidyProvider.cpp | 39 get(const ThreadsafeFS &TFS, in get() 84 const ThreadsafeFS &FS; 95 DotClangTidyTree(const ThreadsafeFS &FS) in DotClangTidyTree() 265 TidyProvider provideClangTidyFiles(ThreadsafeFS &TFS) { in provideClangTidyFiles()
|
| H A D | ClangdServer.h | 187 ClangdServer(const GlobalCompilationDatabase &CDB, const ThreadsafeFS &TFS, 408 const ThreadsafeFS &getHeaderFS() const { in getHeaderFS() 411 const ThreadsafeFS &TFS; 449 std::unique_ptr<ThreadsafeFS> DirtyFS;
|
| H A D | GlobalCompilationDatabase.h | 94 Options(const ThreadsafeFS &TFS) : TFS(TFS) {} in Options() 96 const ThreadsafeFS &TFS;
|
| H A D | TidyProvider.h | 51 TidyProvider provideClangTidyFiles(ThreadsafeFS &);
|
| H A D | Compiler.h | 48 const ThreadsafeFS *TFS;
|
| H A D | ClangdLSPServer.h | 65 ClangdLSPServer(Transport &Transp, const ThreadsafeFS &TFS, 252 const ThreadsafeFS &TFS;
|
| H A D | ClangdServer.cpp | 64 const ThreadsafeFS &TFS, AsyncTaskRunner *Tasks) in UpdateIndexCallbacks() 130 const ThreadsafeFS &TFS; 135 class DraftStoreFS : public ThreadsafeFS { 137 DraftStoreFS(const ThreadsafeFS &Base, const DraftStore &Drafts) in DraftStoreFS() 148 const ThreadsafeFS &Base; 174 const ThreadsafeFS &TFS, const Options &Opts, in ClangdServer()
|
| H A D | SourceCode.h | 175 const ThreadsafeFS &TFS);
|
| H A D | GlobalCompilationDatabase.cpp | 161 get(const ThreadsafeFS &TFS, bool &ShouldBroadcast, in get()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | ThreadsafeFS.h | 27 class ThreadsafeFS { 29 virtual ~ThreadsafeFS() = default; 48 class RealThreadsafeFS : public ThreadsafeFS {
|
| H A D | FileCache.h | 57 void read(const ThreadsafeFS &TFS,
|
| H A D | CMakeLists.txt | 29 ThreadsafeFS.cpp
|
| H A D | FileCache.cpp | 31 const ThreadsafeFS &TFS, std::chrono::steady_clock::time_point FreshTime, in read()
|
| H A D | ThreadsafeFS.cpp | 76 ThreadsafeFS::view(PathRef CWD) const { in view()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | StdLib.h | 94 const ThreadsafeFS &TFS); 101 const ThreadsafeFS &TFS);
|
| H A D | Background.h | 151 BackgroundIndex(const ThreadsafeFS &, const GlobalCompilationDatabase &CDB, 197 const ThreadsafeFS &TFS;
|
| H A D | StdLib.cpp | 211 const ThreadsafeFS &TFS) { in indexStandardLibrary() 279 const ThreadsafeFS &TFS) { in indexStandardLibrary()
|
| H A D | Background.cpp | 92 const ThreadsafeFS &TFS, const GlobalCompilationDatabase &CDB, in BackgroundIndex()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | Check.cpp | 96 bool buildCommand(const ThreadsafeFS &TFS) { in buildCommand() 126 bool buildInvocation(const ThreadsafeFS &TFS, in buildInvocation() 276 const ThreadsafeFS &TFS, const ClangdLSPServer::Options &Opts, in check()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/support/ |
| H A D | BUILD.gn | 22 "ThreadsafeFS.cpp",
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TestFS.h | 32 class MockFS : public ThreadsafeFS {
|
| H A D | ClangdTests.cpp | 298 struct ContextReadingFS : public ThreadsafeFS { in TEST() 993 class StatRecordingFS : public ThreadsafeFS { in TEST()
|