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

/external/clang/lib/AST/
H A DDeclPrinter.cpp1 //===--- DeclPrinter.cpp - Printing implementation for Decl ASTs ----------===//
27 class DeclPrinter : public DeclVisitor<DeclPrinter> { class in namespace:__anon3044
41 DeclPrinter(raw_ostream &Out, ASTContext &Context, function in class:__anon3044::DeclPrinter
99 DeclPrinter Printer(Out, getASTContext(), Policy, Indentation, PrintInstantiation);
172 DeclPrinter Printer(llvm::errs(), Ctx, Ctx.getPrintingPolicy(), 0);
180 raw_ostream& DeclPrinter::Indent(unsigned Indentation) {
186 void DeclPrinter::prettyPrintAttributes(Decl *D) {
196 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) {
204 void DeclPrinter
[all...]
H A DAndroid.mk33 DeclPrinter.cpp \

Completed in 55 milliseconds