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

References

tools/clang/tools/extra/clangd/TUScheduler.cpp
  574                    [](const Request &R) { return R.UpdateType.hasValue(); });
  728       if (I->UpdateType == None)
  733     if (I->UpdateType == None) {
  740     if (I->UpdateType == WantDiagnostics::Yes)
  741       I->UpdateType = WantDiagnostics::Auto;
  752     if (R.UpdateType == None || R.UpdateType == WantDiagnostics::Yes)
  752     if (R.UpdateType == None || R.UpdateType == WantDiagnostics::Yes)
  763   auto UpdateType = Next->UpdateType;
  769   if (Next == Requests.end() || !Next->UpdateType)
  780       if (Next->UpdateType == WantDiagnostics::Yes ||
  781           Next->UpdateType == WantDiagnostics::Auto)