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

References

tools/clang/lib/CodeGen/CodeGenAction.cpp
 1050         GetOutputStream(CI, getCurrentFile(), BA);
tools/clang/lib/Frontend/FrontendAction.cpp
  985     llvm::errs() << "\nSTATISTICS FOR '" << getCurrentFile() << "':\n";
tools/clang/lib/Frontend/FrontendActions.cpp
  343   Reader->ReadAST(getCurrentFile(),
  709   Out << "Information for module file '" << getCurrentFile() << "':\n";
  711   auto Buffer = FileMgr.getBufferForFile(getCurrentFile());
  722       getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(),
  864   auto Buffer = CI.getFileManager().getBufferForFile(getCurrentFile());
  875       CI.createDefaultOutputFile(false, getCurrentFile());