Searched refs:DeclPrinter (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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 __anon30de2c040111::DeclPrinter 133 DeclPrinter Printer(Out, Policy, getASTContext(), Indentation, in print() 146 DeclPrinter Printer(Out, Policy, Context); in print() 227 DeclPrinter Printer(llvm::errs(), Ctx.getPrintingPolicy(), Ctx, 0); in dumpDeclContext() 231 raw_ostream& DeclPrinter::Indent(unsigned Indentation) { in Indent() 237 void DeclPrinter::prettyPrintAttributes(Decl *D) { in prettyPrintAttributes() 259 void DeclPrinter::prettyPrintPragmas(Decl *D) { in prettyPrintPragmas() 280 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType() 291 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() [all …]
|
| H A D | CMakeLists.txt | 53 DeclPrinter.cpp
|
| /openbsd-src/gnu/usr.bin/clang/libclangAST/ |
| H A D | Makefile | 45 DeclPrinter.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/ |
| H A D | BUILD.gn | 81 "DeclPrinter.cpp",
|