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

References

tools/clang/tools/extra/clangd/Preamble.cpp
   99       ComputePreambleBounds(*CI.getLangOpts(), ContentsBuffer.get(), 0);
  103       OldPreamble->Preamble.CanReuse(CI, ContentsBuffer.get(), Bounds,
  115       CompilerInstance::createDiagnostics(&CI.getDiagnosticOpts(),
  120   assert(!CI.getFrontendOpts().SkipFunctionBodies);
  121   CI.getFrontendOpts().SkipFunctionBodies = true;
  124   CI.getPreprocessorOpts().WriteCommentListToPCH = false;
  137       CI, ContentsBuffer.get(), Bounds, *PreambleDiagsEngine,
  144   CI.getFrontendOpts().SkipFunctionBodies = false;