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

References

tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  576   if (!Index.Name.empty()) {
  579     if (!Index.JumpToSection)
  580       SpanBody->Children.emplace_back(genReference(Index, InfoPath));
  583           Index, InfoPath, StringRef{Index.JumpToSection.getValue()}));
  583           Index, InfoPath, StringRef{Index.JumpToSection.getValue()}));
  585   if (Index.Children.empty())
  591   for (const auto &C : Index.Children) {