Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DConfigProvider.cpp36 void get(const ThreadsafeFS &TFS, DiagnosticCallback DC, in get()
55 const ThreadsafeFS &FS) { in fromYAMLFile()
58 const ThreadsafeFS &FS; in fromYAMLFile()
69 const ThreadsafeFS &FS) in fromYAMLFile()
80 const ThreadsafeFS &FS) { in fromAncestorRelativeYAMLFiles()
83 const ThreadsafeFS &FS; in fromAncestorRelativeYAMLFiles()
136 RelFileProvider(llvm::StringRef RelPath, const ThreadsafeFS &FS) in fromAncestorRelativeYAMLFiles()
DConfigProvider.h31 class ThreadsafeFS; variable
72 const ThreadsafeFS &);
81 fromAncestorRelativeYAMLFiles(llvm::StringRef RelPath, const ThreadsafeFS &);
DTidyProvider.cpp36 get(const ThreadsafeFS &TFS, in get()
63 const ThreadsafeFS &FS;
74 DotClangTidyTree(const ThreadsafeFS &FS) in DotClangTidyTree()
242 TidyProvider provideClangTidyFiles(ThreadsafeFS &TFS) { in provideClangTidyFiles()
DTidyProvider.h51 TidyProvider provideClangTidyFiles(ThreadsafeFS &);
DCompiler.h48 const ThreadsafeFS *TFS;
DClangdServer.h172 ClangdServer(const GlobalCompilationDatabase &CDB, const ThreadsafeFS &TFS,
365 const ThreadsafeFS &TFS;
DClangdLSPServer.h62 ClangdLSPServer(Transport &Transp, const ThreadsafeFS &TFS,
268 const ThreadsafeFS &TFS;
DSourceCode.h171 const ThreadsafeFS &TFS);
DPreamble.cpp231 class EmptyFS : public ThreadsafeFS { in scanPreamble()
DSourceCode.cpp575 const ThreadsafeFS &TFS) { in getFormatStyleForFile()
DClangdServer.cpp140 const ThreadsafeFS &TFS, const Options &Opts, in ClangdServer()
DClangdLSPServer.cpp1453 const ThreadsafeFS &TFS, in ClangdLSPServer()
DCodeComplete.cpp1376 const ThreadsafeFS &TFS) && { in runWithoutSema()
/external/llvm-project/clang-tools-extra/clangd/support/
DThreadsafeFS.h28 class ThreadsafeFS {
30 virtual ~ThreadsafeFS() = default;
49 class RealThreadsafeFS : public ThreadsafeFS {
DFileCache.h59 void read(const ThreadsafeFS &TFS,
DCMakeLists.txt28 ThreadsafeFS.cpp
DFileCache.cpp30 const ThreadsafeFS &TFS, std::chrono::steady_clock::time_point FreshTime, in read()
DThreadsafeFS.cpp78 ThreadsafeFS::view(PathRef CWD) const { in view()
/external/llvm-project/clang-tools-extra/clangd/index/
DBackground.h148 BackgroundIndex(const ThreadsafeFS &, const GlobalCompilationDatabase &CDB,
194 const ThreadsafeFS &TFS;
DBackground.cpp95 const ThreadsafeFS &TFS, const GlobalCompilationDatabase &CDB, in BackgroundIndex()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/support/
DBUILD.gn20 "ThreadsafeFS.cpp",
/external/llvm-project/clang-tools-extra/clangd/tool/
DCheck.cpp119 bool buildInvocation(const ThreadsafeFS &TFS, in buildInvocation()
228 bool check(llvm::StringRef File, const ThreadsafeFS &TFS, in check()
DClangdMain.cpp57 bool check(const llvm::StringRef File, const ThreadsafeFS &TFS,
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestFS.h34 class MockFS : public ThreadsafeFS {
DClangdTests.cpp299 struct ContextReadingFS : public ThreadsafeFS { in TEST()
994 class StatRecordingFS : public ThreadsafeFS { in TEST()