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

Declarations

include/llvm/Support/VirtualFileSystem.h
  303 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();

References

include/llvm/Support/VirtualFileSystem.h
  505                IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
  757     IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
tools/clang/include/clang/Tooling/StandaloneExecution.h
   40           llvm::vfs::getRealFileSystem(),
tools/clang/include/clang/Tooling/Tooling.h
  322                 llvm::vfs::getRealFileSystem(),
tools/clang/lib/Basic/FileManager.cpp
   58     this->FS = llvm::vfs::getRealFileSystem();
tools/clang/lib/Driver/Driver.cpp
  137     this->VFS = llvm::vfs::getRealFileSystem();
tools/clang/lib/Format/Format.cpp
 2576     FS = llvm::vfs::getRealFileSystem().get();
tools/clang/lib/Frontend/ASTUnit.cpp
  779       llvm::vfs::getRealFileSystem();
 1787     VFS = llvm::vfs::getRealFileSystem();
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3689                                          llvm::vfs::getRealFileSystem());
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  733         llvm::vfs::getRealFileSystem();
tools/clang/lib/StaticAnalyzer/Checkers/Yaml.h
   32   llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get();
tools/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
  158   RealFS = new ProxyFileSystemWithoutChdir(llvm::vfs::getRealFileSystem());
tools/clang/lib/Tooling/Tooling.cpp
  205       new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()));
  241   return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File));
  626       new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()));
tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp
  210     FS = llvm::vfs::getRealFileSystem();
tools/clang/tools/extra/clang-tidy/tool/ClangTidyMain.cpp
  334       new vfs::OverlayFileSystem(vfs::getRealFileSystem()));
tools/clang/unittests/Frontend/ASTUnitTest.cpp
   50         new FileManager(FileSystemOptions(), vfs::getRealFileSystem());
tools/clang/unittests/Tooling/RewriterTestContext.h
   43              new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())),
tools/clang/unittests/Tooling/ToolingTest.cpp
  152       new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()));
  178       new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()));
  435       new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem()));
tools/lldb/include/lldb/Host/FileSystem.h
   35       : m_fs(llvm::vfs::getRealFileSystem()), m_collector(nullptr),
   38       : m_fs(llvm::vfs::getRealFileSystem()), m_collector(collector),
tools/lldb/include/lldb/Utility/Reproducer.h
  308         llvm::vfs::getRealFileSystem()->getBufferForFile(file.GetPath());
tools/lldb/source/Commands/CommandObjectReproducer.cpp
  254           vfs::getRealFileSystem()->getBufferForFile(vfs_mapping.GetPath());
tools/lldb/source/Host/common/FileSystem.cpp
   61       llvm::vfs::getRealFileSystem()->getBufferForFile(mapping.GetPath());
unittests/Support/FileCollectorTest.cpp
  200       FileCollector::createCollectorVFS(vfs::getRealFileSystem(), Collector);
  293       FileCollector::createCollectorVFS(vfs::getRealFileSystem(), Collector);
unittests/Support/VirtualFileSystemTest.cpp
  481   IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem();
  570   IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem();
  597   IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem();
  645   IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem();
  716   IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem();