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

References

tools/clang/include/clang/Basic/JsonSupport.h
   86     Out << "null";
   94       Out << "null";
   99       Out << "{ ";
  100     Out << "\"line\": " << PLoc.getLine()
  104       Out << " }";
  111   Out << "{ ";
  112   printSourceLocationAsJson(Out, SM.getExpansionLoc(Loc), SM, false);
  113   Out << ", \"spelling\": ";
  114   printSourceLocationAsJson(Out, SM.getSpellingLoc(Loc), SM, true);
  115   Out << " }";