Searched defs:DeclPrinter (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclPrinter.cpp1 //===--- DeclPrinter.cpp - Printing implementation for Decl ASTs ----------===//
28 class DeclPrinter : public DeclVisitor<DeclPrinter> { class in namespace:__anon17729
41 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy, function in class:__anon17729::DeclPrinter
100 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation);
177 DeclPrinter Printer(llvm::errs(), Ctx.getPrintingPolicy(), 0);
181 raw_ostream& DeclPrinter::Indent(unsigned Indentation) {
187 void DeclPrinter::prettyPrintAttributes(Decl *D) {
200 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) {
208 void DeclPrinter
[all...]

Completed in 53 milliseconds