Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtPrinter.cpp47 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/
DStmtPrinterTest.cpp34 void PrintStmt(raw_ostream &Out, const ASTContext *Context, const Stmt *S) { in PrintStmt() function
56 PrintStmt(Out, Result.Context, S); in run()