Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/support/
DThreadsafeFS.cpp47 return std::unique_ptr<VolatileFile>(new VolatileFile(std::move(*File))); in openFileForRead()
51 class VolatileFile : public llvm::vfs::File { class in clang::clangd::__anon54bb11ce0111::VolatileFileSystem
53 VolatileFile(std::unique_ptr<llvm::vfs::File> Wrapped) in VolatileFile() function in clang::clangd::__anon54bb11ce0111::VolatileFileSystem::VolatileFile