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

References

tools/clang/unittests/Frontend/OutputStreamTest.cpp
   79     Invocation->getPreprocessorOpts().addRemappedFile(
   81     Invocation->getFrontendOpts().Inputs.push_back(
   83     Invocation->getFrontendOpts().ProgramAction = EmitBC;
   84     Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
   91     Compiler.setInvocation(std::move(Invocation));