reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
  143 class DependencyScanningWorkerFilesystem : public llvm::vfs::ProxyFileSystem {
tools/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
   48 class ProxyFileSystemWithoutChdir : public llvm::vfs::ProxyFileSystem {
tools/clang/tools/extra/clangd/FS.cpp
   58   class CollectFS : public llvm::vfs::ProxyFileSystem {
   96   class CacheVFS : public llvm::vfs::ProxyFileSystem {
tools/clang/tools/extra/clangd/FSProvider.cpp
   23 class VolatileFileSystem : public llvm::vfs::ProxyFileSystem {
tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp
  904       class ListenStatVFS : public llvm::vfs::ProxyFileSystem {

References

tools/clang/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h
  143 class DependencyScanningWorkerFilesystem : public llvm::vfs::ProxyFileSystem {
tools/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
   48 class ProxyFileSystemWithoutChdir : public llvm::vfs::ProxyFileSystem {
tools/clang/tools/extra/clangd/FS.cpp
   58   class CollectFS : public llvm::vfs::ProxyFileSystem {
   96   class CacheVFS : public llvm::vfs::ProxyFileSystem {
tools/clang/tools/extra/clangd/FSProvider.cpp
   23 class VolatileFileSystem : public llvm::vfs::ProxyFileSystem {
tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp
  904       class ListenStatVFS : public llvm::vfs::ProxyFileSystem {
unittests/Support/VirtualFileSystemTest.cpp
  902   vfs::ProxyFileSystem PFS(Base);