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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1 //===--- DeclPrinter.cpp - Printing implementation for Decl ASTs ----------===//
28 class DeclPrinter : public DeclVisitor<DeclPrinter> { class in namespace:__anon3130
41 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy, function in class:__anon3130::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...]
/freebsd-10.3-release/lib/clang/libclangast/
H A DMakefile30 DeclPrinter.cpp \

Completed in 95 milliseconds