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

References

tools/clang/include/clang/Basic/FileManager.h
  355   llvm::vfs::FileSystem &getVirtualFileSystem() const { return *FS; }
  358     this->FS = std::move(FS);
tools/clang/lib/Basic/FileManager.cpp
   57   if (!this->FS)
   58     this->FS = llvm::vfs::getRealFileSystem();
  438     FS->makeAbsolute(Path);
  482     return FS->getBufferForFile(Filename, FileSize,
  487   return FS->getBufferForFile(FilePath, FileSize,
  503                                     StatCache.get(), *FS);
  509                                   StatCache.get(), *FS);
  518   llvm::ErrorOr<llvm::vfs::Status> S = FS->status(FilePath.c_str());
  556   if (!FS->getRealPath(Dir->getName(), CanonicalNameBuf))