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

References

tools/clang/lib/AST/ASTDumper.cpp
  184   const SourceManager &SM = Ctx.getSourceManager();
  187     JSONDumper P(OS, SM, Ctx, Ctx.getPrintingPolicy(),
  187     JSONDumper P(OS, SM, Ctx, Ctx.getPrintingPolicy(),
  188                  &Ctx.getCommentCommandTraits());
  192     ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &SM,
  193                 SM.getDiagnostics().getShowColors(), Ctx.getPrintingPolicy());