Searched refs:DeclPrinter (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 28 class DeclPrinter : public DeclVisitor<DeclPrinter> { class 53 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy, in DeclPrinter() function in __anon0d94a5380111::DeclPrinter 132 DeclPrinter Printer(Out, Policy, getASTContext(), Indentation, in print() 145 DeclPrinter Printer(Out, Policy, Context); in print() 223 DeclPrinter Printer(llvm::errs(), Ctx.getPrintingPolicy(), Ctx, 0); in dumpDeclContext() 227 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent() 233 void DeclPrinter::prettyPrintAttributes(Decl *D) { in prettyPrintAttributes() 255 void DeclPrinter::prettyPrintPragmas(Decl *D) { in prettyPrintPragmas() 276 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType() 287 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() [all …]
|
| H A D | CMakeLists.txt | 46 DeclPrinter.cpp
|
| /netbsd-src/external/apache2/llvm/lib/libclangAST/ |
| H A D | Makefile | 38 DeclPrinter.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/AST/ |
| H A D | BUILD.gn | 72 "DeclPrinter.cpp",
|