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

Declarations

tools/clang/include/clang/Frontend/FrontendActions.h
  101   CreateOutputFile(CompilerInstance &CI, StringRef InFile,

References

tools/clang/lib/Frontend/FrontendActions.cpp
  102       CreateOutputFile(CI, InFile, /*ref*/ OutputFile);
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  208     OS = GeneratePCHAction::CreateOutputFile(CI, InFile, OutputFile);