Home
last modified time | relevance | path

Searched refs:DraftStore (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDraftStore.cpp18 llvm::Optional<DraftStore::Draft> DraftStore::getDraft(PathRef File) const { in getDraft()
28 std::vector<Path> DraftStore::getActiveFiles() const { in getActiveFiles()
61 static void updateVersion(DraftStore::Draft &D, in updateVersion()
74 std::string DraftStore::addDraft(PathRef File, llvm::StringRef Version, in addDraft()
85 void DraftStore::removeDraft(PathRef File) { in removeDraft()
116 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> DraftStore::asVFS() const { in asVFS()
H A DDraftStore.h27 class DraftStore {
H A DCMakeLists.txt70 DraftStore.cpp
H A DClangdServer.h447 DraftStore DraftMgr;
H A DClangdServer.cpp137 DraftStoreFS(const ThreadsafeFS &Base, const DraftStore &Drafts) in DraftStoreFS()
149 const DraftStore &DirtyFiles;
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DDraftStoreTests.cpp17 TEST(DraftStore, Versions) { in TEST() argument
18 DraftStore DS; in TEST()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/
H A DBUILD.gn89 "DraftStore.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1378 clang-tools-extra/clangd/DraftStore.cpp
1379 clang-tools-extra/clangd/DraftStore.h