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

References

tools/clang/unittests/Frontend/FrontendActionTest.cpp
  269     Invocation->getLangOpts()->CacheGeneratedPCH = ShouldCache;
  270     Invocation->getPreprocessorOpts().addRemappedFile(
  273     Invocation->getFrontendOpts().Inputs.push_back(
  275     Invocation->getFrontendOpts().OutputFile = StringRef(PCHFilename);
  276     Invocation->getFrontendOpts().ProgramAction = frontend::GeneratePCH;
  277     Invocation->getTargetOpts().Triple = "x86_64-apple-darwin19.0.0";
  279     Compiler.setInvocation(std::move(Invocation));