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

References

tools/clang/include/clang/Frontend/ASTUnit.h
  476   const FileManager &getFileManager() const { return *FileMgr; }
  477   FileManager &getFileManager() { return *FileMgr; }
tools/clang/lib/Frontend/ASTUnit.cpp
  736   assert(FileMgr);
  737   auto Buffer = FileMgr->getBufferForFile(Filename, UserFilesAreVolatile);
  780   AST->FileMgr = new FileManager(FileSystemOpts, VFS);
 1105   if (VFS && FileMgr)
 1106     assert(VFS == &FileMgr->getVirtualFileSystem() &&
 1124   if (VFS && FileMgr && &FileMgr->getVirtualFileSystem() == VFS)
 1124   if (VFS && FileMgr && &FileMgr->getVirtualFileSystem() == VFS)
 1125     Clang->setFileManager(&*FileMgr);
 1127     FileMgr = Clang->createFileManager(std::move(VFS));
 1167   SourceMgr = new SourceManager(getDiagnostics(), *FileMgr,
 1503   AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS);
 1505   AST->SourceMgr = new SourceManager(AST->getDiagnostics(), *AST->FileMgr,
 1712   AST->FileMgr = FileMgr;
 1724                                       &AST->FileMgr->getVirtualFileSystem()))
 1789   AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS);
 1832     assert(FileMgr && "FileMgr is null on Reparse call");
 1833     VFS = &FileMgr->getVirtualFileSystem();
 1860   FileMgr.reset();