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

References

tools/clang/tools/clang-diff/ClangDiff.cpp
  363   OS << "{";
  364   printNodeAttributes(OS, Tree, Id);
  368     OS << R"(,"identifier":")";
  369     printJsonString(OS, *Identifier);
  370     OS << R"(")";
  372       OS << R"(,"qualified_identifier":")";
  373       printJsonString(OS, *QualifiedIdentifier);
  374       OS << R"(")";
  377   OS << R"(,"children":[)";
  379     printNodeAsJson(OS, Tree, N.Children[0]);
  381       OS << ",";
  382       printNodeAsJson(OS, Tree, N.Children[I]);
  385   OS << "]}";