Searched refs:ThreadsafeFS (Results 1 – 25 of 25) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | ConfigProvider.cpp | 36 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()
|
D | ConfigProvider.h | 31 class ThreadsafeFS; variable 72 const ThreadsafeFS &); 81 fromAncestorRelativeYAMLFiles(llvm::StringRef RelPath, const ThreadsafeFS &);
|
D | TidyProvider.cpp | 36 get(const ThreadsafeFS &TFS, in get() 63 const ThreadsafeFS &FS; 74 DotClangTidyTree(const ThreadsafeFS &FS) in DotClangTidyTree() 242 TidyProvider provideClangTidyFiles(ThreadsafeFS &TFS) { in provideClangTidyFiles()
|
D | TidyProvider.h | 51 TidyProvider provideClangTidyFiles(ThreadsafeFS &);
|
D | Compiler.h | 48 const ThreadsafeFS *TFS;
|
D | ClangdServer.h | 172 ClangdServer(const GlobalCompilationDatabase &CDB, const ThreadsafeFS &TFS, 365 const ThreadsafeFS &TFS;
|
D | ClangdLSPServer.h | 62 ClangdLSPServer(Transport &Transp, const ThreadsafeFS &TFS, 268 const ThreadsafeFS &TFS;
|
D | SourceCode.h | 171 const ThreadsafeFS &TFS);
|
D | Preamble.cpp | 231 class EmptyFS : public ThreadsafeFS { in scanPreamble()
|
D | SourceCode.cpp | 575 const ThreadsafeFS &TFS) { in getFormatStyleForFile()
|
D | ClangdServer.cpp | 140 const ThreadsafeFS &TFS, const Options &Opts, in ClangdServer()
|
D | ClangdLSPServer.cpp | 1453 const ThreadsafeFS &TFS, in ClangdLSPServer()
|
D | CodeComplete.cpp | 1376 const ThreadsafeFS &TFS) && { in runWithoutSema()
|
/external/llvm-project/clang-tools-extra/clangd/support/ |
D | ThreadsafeFS.h | 28 class ThreadsafeFS { 30 virtual ~ThreadsafeFS() = default; 49 class RealThreadsafeFS : public ThreadsafeFS {
|
D | FileCache.h | 59 void read(const ThreadsafeFS &TFS,
|
D | CMakeLists.txt | 28 ThreadsafeFS.cpp
|
D | FileCache.cpp | 30 const ThreadsafeFS &TFS, std::chrono::steady_clock::time_point FreshTime, in read()
|
D | ThreadsafeFS.cpp | 78 ThreadsafeFS::view(PathRef CWD) const { in view()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | Background.h | 148 BackgroundIndex(const ThreadsafeFS &, const GlobalCompilationDatabase &CDB, 194 const ThreadsafeFS &TFS;
|
D | Background.cpp | 95 const ThreadsafeFS &TFS, const GlobalCompilationDatabase &CDB, in BackgroundIndex()
|
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/support/ |
D | BUILD.gn | 20 "ThreadsafeFS.cpp",
|
/external/llvm-project/clang-tools-extra/clangd/tool/ |
D | Check.cpp | 119 bool buildInvocation(const ThreadsafeFS &TFS, in buildInvocation() 228 bool check(llvm::StringRef File, const ThreadsafeFS &TFS, in check()
|
D | ClangdMain.cpp | 57 bool check(const llvm::StringRef File, const ThreadsafeFS &TFS,
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | TestFS.h | 34 class MockFS : public ThreadsafeFS {
|
D | ClangdTests.cpp | 299 struct ContextReadingFS : public ThreadsafeFS { in TEST() 994 class StatRecordingFS : public ThreadsafeFS { in TEST()
|