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

References

tools/clang/unittests/Frontend/FrontendActionTest.cpp
  177   Invocation->getPreprocessorOpts().addRemappedFile(
  180   Invocation->getFrontendOpts().Inputs.push_back(
  182   Invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly;
  183   Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
  185   Compiler.setInvocation(std::move(Invocation));