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

References

tools/clang/unittests/Frontend/FrontendActionTest.cpp
  236   Invocation->getLangOpts()->CPlusPlus = true;
  237   Invocation->getPreprocessorOpts().addRemappedFile(
  241   Invocation->getFrontendOpts().Inputs.push_back(
  243   Invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly;
  244   Invocation->getTargetOpts().Triple = "i386-unknown-linux-gnu";
  246   Compiler.setInvocation(std::move(Invocation));