Searched refs:PrintStmt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 47 void PrintStmt(Stmt *S) { in PrintStmt() function in __anon7f41149f0111::StmtPrinter 48 PrintStmt(S, Policy.Indentation); in PrintStmt() 51 void PrintStmt(Stmt *S, int SubIndent) { in PrintStmt() function in __anon7f41149f0111::StmtPrinter 119 PrintStmt(I); in PrintRawCompoundStmt() 158 PrintStmt(Node->getSubStmt(), 0); in VisitCaseStmt() 163 PrintStmt(Node->getSubStmt(), 0); in VisitDefaultStmt() 168 PrintStmt(Node->getSubStmt(), 0); in VisitLabelStmt() 176 PrintStmt(Node->getSubStmt(), 0); in VisitAttributedStmt() 193 PrintStmt(If->getThen()); in PrintRawIfStmt() 209 PrintStmt(If->getElse()); in PrintRawIfStmt() [all …]
|
/external/clang/unittests/AST/ |
D | StmtPrinterTest.cpp | 34 void PrintStmt(raw_ostream &Out, const ASTContext *Context, const Stmt *S) { in PrintStmt() function 56 PrintStmt(Out, Result.Context, S); in run()
|