• Home
  • Raw
  • Download

Lines Matching refs:FileMgr

635   assert(FileMgr);  in getBufferForFile()
636 auto Buffer = FileMgr->getBufferForFile(Filename); in getBufferForFile()
674 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1081 if (!FileMgr) { in Parse()
1083 FileMgr = &Clang->getFileManager(); in Parse()
1085 SourceMgr = new SourceManager(getDiagnostics(), *FileMgr, in Parse()
1387 if (FileMgr->getNoncachedStatValue(R.second, Status)) { in getMainBufferWithPrecompiledPreamble()
1403 if (FileMgr->getNoncachedStatValue(RB.first, Status)) { in getMainBufferWithPrecompiledPreamble()
1418 if (FileMgr->getNoncachedStatValue(F->first(), Status)) { in getMainBufferWithPrecompiledPreamble()
1496 Preamble.assign(FileMgr->getFile(MainFilename), in getMainBufferWithPrecompiledPreamble()
1723 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1725 AST->SourceMgr = new SourceManager(AST->getDiagnostics(), *AST->FileMgr, in create()
1905 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FileManager *FileMgr, in LoadFromCompilerInvocation() argument
1921 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1922 AST->FileMgr = FileMgr; in LoadFromCompilerInvocation()
1994 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
2058 FileMgr.reset(); in Reparse()
2324 FileManager &FileMgr, SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics, in CodeComplete() argument
2399 Clang->setFileManager(&FileMgr); in CodeComplete()
2528 FileManager &FileMgr, in TranslateStoredDiagnostics() argument
2543 const FileEntry *FE = FileMgr.getFile(SD.Filename); in TranslateStoredDiagnostics()