Searched defs:StmtPrinter (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DStmtPrinter.cpp1 //===--- StmtPrinter.cpp - Printing implementation for Stmt ASTs ----------===//
30 // StmtPrinter Visitor
34 class StmtPrinter : public StmtVisitor<StmtPrinter> { class in namespace:__anon868
41 StmtPrinter(raw_ostream &os, PrinterHelper* helper, function in class:__anon868::StmtPrinter
91 else StmtVisitor<StmtPrinter>::Visit(S);
115 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) {
123 void StmtPrinter::PrintRawDecl(Decl *D) {
127 void StmtPrinter::PrintRawDeclStmt(const DeclStmt *S) {
132 void StmtPrinter
[all...]

Completed in 45 milliseconds