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

References

tools/clang/lib/Frontend/ASTUnit.cpp
 1497   ConfigureDiags(Diags, *AST, CaptureDiagnostics);
 1500   AST->Diagnostics = Diags;
 1501   AST->FileSystemOpts = CI->getFileSystemOpts();
 1502   AST->Invocation = std::move(CI);
 1503   AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS);
 1503   AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS);
 1504   AST->UserFilesAreVolatile = UserFilesAreVolatile;
 1505   AST->SourceMgr = new SourceManager(AST->getDiagnostics(), *AST->FileMgr,
 1505   AST->SourceMgr = new SourceManager(AST->getDiagnostics(), *AST->FileMgr,
 1505   AST->SourceMgr = new SourceManager(AST->getDiagnostics(), *AST->FileMgr,
 1507   AST->ModuleCache = new InMemoryModuleCache;
 1509   return AST;