Home | History | Annotate | Download | only in AST

Lines Matching defs:Dumper

127       // run the dumper.
190 ASTDumper &Dumper;
192 ColorScope(ASTDumper &Dumper, TerminalColor Color)
193 : Dumper(Dumper) {
194 if (Dumper.ShowColors)
195 Dumper.OS.changeColor(Color.Color, Color.Bold);
198 if (Dumper.ShowColors)
199 Dumper.OS.resetColor();
2455 ASTDumper Dumper(llvm::errs(), nullptr, nullptr);
2456 Dumper.dumpTypeAsChild(*this);