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

References

tools/clang/include/clang/Basic/JsonSupport.h
  112   printSourceLocationAsJson(Out, SM.getExpansionLoc(Loc), SM, false);
  114   printSourceLocationAsJson(Out, SM.getSpellingLoc(Loc), SM, true);
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  544         printSourceLocationAsJson(Out, S->getBeginLoc(), SM);
  558         printSourceLocationAsJson(Out, D->getBeginLoc(), SM);
tools/clang/lib/Analysis/ProgramPoint.cpp
  105     printSourceLocationAsJson(Out, PC.getLocation(), SM);
  114     printSourceLocationAsJson(Out, PC.getLocation(), SM);
  147     printSourceLocationAsJson(Out, T->getBeginLoc(), SM);
  200     printSourceLocationAsJson(Out, S->getBeginLoc(), SM);