Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp28 class DeclPrinter : public DeclVisitor<DeclPrinter> { class
212 void DeclPrinter::prettyPrintAttributes(Decl *D) { in prettyPrintAttributes()
234 void DeclPrinter::prettyPrintPragmas(Decl *D) { in prettyPrintPragmas()
274 void DeclPrinter::Print(AccessSpecifier AS) { in Print()
502 void DeclPrinter::VisitEnumDecl(EnumDecl *D) { in VisitEnumDecl()
527 void DeclPrinter::VisitRecordDecl(RecordDecl *D) { in VisitRecordDecl()
769 void DeclPrinter::VisitFieldDecl(FieldDecl *D) { in VisitFieldDecl()
795 void DeclPrinter::VisitLabelDecl(LabelDecl *D) { in VisitLabelDecl()
799 void DeclPrinter::VisitVarDecl(VarDecl *D) { in VisitVarDecl()
913 void DeclPrinter::VisitEmptyDecl(EmptyDecl *D) { in VisitEmptyDecl()
[all …]
/freebsd-12.1/lib/clang/libclang/
H A DMakefile69 SRCS_MIN+= AST/DeclPrinter.cpp