Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp28 class DeclPrinter : public DeclVisitor<DeclPrinter> { class
146 DeclPrinter Printer(Out, Policy, Context); in print()
234 void DeclPrinter::prettyPrintAttributes(Decl *D) { in prettyPrintAttributes()
256 void DeclPrinter::prettyPrintPragmas(Decl *D) { in prettyPrintPragmas()
296 void DeclPrinter::Print(AccessSpecifier AS) { in Print()
525 void DeclPrinter::VisitEnumDecl(EnumDecl *D) { in VisitEnumDecl()
827 void DeclPrinter::VisitFieldDecl(FieldDecl *D) { in VisitFieldDecl()
854 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl()
858 void DeclPrinter::VisitVarDecl(VarDecl *D) { in VisitVarDecl()
979 void DeclPrinter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
[all …]
/freebsd-13.1/lib/clang/libclang/
H A DMakefile77 SRCS_MIN+= AST/DeclPrinter.cpp