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

References

tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  531     Indent(Out, Space, IsDot)
  535       Out << '#' << Frame << " Call\", \"calling\": \"";
  538         Out << D->getQualifiedNameAsString();
  540         Out << "anonymous code";
  542       Out << "\", \"location\": ";
  544         printSourceLocationAsJson(Out, S->getBeginLoc(), SM);
  546         Out << "null";
  549       Out << ", \"items\": ";
  552       Out << "Entering scope\" ";
  555       Out << "Invoking block\" ";
  557         Out << ", \"location\": ";
  558         printSourceLocationAsJson(Out, D->getBeginLoc(), SM);
  559         Out << ' ';
  566     Out << '}';
  568       Out << ',';
  569     Out << NL;