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

References

tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  720   Content = Content.take_front(100 * 100);
  720   Content = Content.take_front(100 * 100);
  721   for (unsigned I = 0; I < 100 && !Content.empty(); ++I) {
  722     std::tie(Line, Content) = Content.split('\n');
  722     std::tie(Line, Content) = Content.split('\n');
  723     if (isIf(Line) && isErrorAboutInclude(Content.split('\n').first))