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

References

tools/clang/tools/extra/clang-doc/HTMLGenerator.cpp
  901     J.object([&] {
  902       J.attribute("USR", toHex(llvm::toStringRef(I.USR)));
  903       J.attribute("Name", I.Name);
  904       J.attribute("RefType", getRefType(I.RefType));
  905       J.attribute("Path", I.Path);
  906       J.attributeArray("Children", [&] {