Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigProvider.cpp37 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 DConfigProvider.h29 class ThreadsafeFS; variable
70 const ThreadsafeFS &,
80 fromAncestorRelativeYAMLFiles(llvm::StringRef RelPath, const ThreadsafeFS &,
H A DFeatureModule.h28 class ThreadsafeFS; variable
78 const ThreadsafeFS &FS;
130 const ThreadsafeFS &fs() { return facilities().FS; } in fs()
H A DTidyProvider.cpp39 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 DClangdServer.h187 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 DGlobalCompilationDatabase.h94 Options(const ThreadsafeFS &TFS) : TFS(TFS) {} in Options()
96 const ThreadsafeFS &TFS;
H A DTidyProvider.h51 TidyProvider provideClangTidyFiles(ThreadsafeFS &);
H A DCompiler.h48 const ThreadsafeFS *TFS;
H A DClangdLSPServer.h65 ClangdLSPServer(Transport &Transp, const ThreadsafeFS &TFS,
252 const ThreadsafeFS &TFS;
H A DClangdServer.cpp64 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 DSourceCode.h175 const ThreadsafeFS &TFS);
H A DGlobalCompilationDatabase.cpp161 get(const ThreadsafeFS &TFS, bool &ShouldBroadcast, in get()
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreadsafeFS.h27 class ThreadsafeFS {
29 virtual ~ThreadsafeFS() = default;
48 class RealThreadsafeFS : public ThreadsafeFS {
H A DFileCache.h57 void read(const ThreadsafeFS &TFS,
H A DCMakeLists.txt29 ThreadsafeFS.cpp
H A DFileCache.cpp31 const ThreadsafeFS &TFS, std::chrono::steady_clock::time_point FreshTime, in read()
H A DThreadsafeFS.cpp76 ThreadsafeFS::view(PathRef CWD) const { in view()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DStdLib.h94 const ThreadsafeFS &TFS);
101 const ThreadsafeFS &TFS);
H A DBackground.h151 BackgroundIndex(const ThreadsafeFS &, const GlobalCompilationDatabase &CDB,
197 const ThreadsafeFS &TFS;
H A DStdLib.cpp211 const ThreadsafeFS &TFS) { in indexStandardLibrary()
279 const ThreadsafeFS &TFS) { in indexStandardLibrary()
H A DBackground.cpp92 const ThreadsafeFS &TFS, const GlobalCompilationDatabase &CDB, in BackgroundIndex()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DCheck.cpp96 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 DBUILD.gn22 "ThreadsafeFS.cpp",
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTestFS.h32 class MockFS : public ThreadsafeFS {
H A DClangdTests.cpp298 struct ContextReadingFS : public ThreadsafeFS { in TEST()
993 class StatRecordingFS : public ThreadsafeFS { in TEST()

12