Home | History | Annotate | Download | only in AST

Lines Matching full:printer

101   DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation);
102 Printer.Visit(const_cast<Decl*>(this));
178 DeclPrinter Printer(llvm::errs(), Ctx.getPrintingPolicy(), 0);
179 Printer.VisitDeclContext(const_cast<DeclContext *>(this), /*Indent=*/false);