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

References

tools/clang/tools/extra/clangd/tool/ClangdMain.cpp
  573     Opts.StorePreamblesInMemory = true;
  576     Opts.StorePreamblesInMemory = false;
  580     Opts.ResourceDir = ResourceDir;
  581   Opts.BuildDynamicSymbolIndex = EnableIndex;
  582   Opts.BackgroundIndex = EnableBackgroundIndex;
  596   Opts.StaticIndex = StaticIdx.get();
  597   Opts.AsyncThreadsCount = WorkerThreadsCount;
  610   CCOpts.SpeculativeIndexRequest = Opts.StaticIndex;
  648     Opts.GetClangTidyOptions = [&](llvm::vfs::FileSystem &,
  656   Opts.SuggestMissingIncludes = SuggestMissingIncludes;
  657   Opts.QueryDriverGlobs = std::move(QueryDriverGlobs);
  659   Opts.TweakFilter = [&](const Tweak &T) {
  672       OffsetEncodingFromFlag, Opts);