Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp68 class StmtPrinter : public StmtVisitor<StmtPrinter> { class
77 StmtPrinter(raw_ostream &os, PrinterHelper *helper, in StmtPrinter() function in __anon7ba585bd0111::StmtPrinter
150 else StmtVisitor<StmtPrinter>::Visit(S); in Visit()
177 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt()
187 void StmtPrinter::PrintFPPragmas(CompoundStmt *S) { in PrintFPPragmas()
247 void StmtPrinter::PrintRawDecl(Decl *D) { in PrintRawDecl()
251 void StmtPrinter::PrintRawDeclStmt(const DeclStmt *S) { in PrintRawDeclStmt()
256 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt()
260 void StmtPrinter::VisitDeclStmt(DeclStmt *Node) { in VisitDeclStmt()
266 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt()
[all …]
/freebsd/lib/clang/libclang/
H A DMakefile147 SRCS_MIN+= AST/StmtPrinter.cpp