Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtPrinter.cpp48 void PrintStmt(Stmt *S) { in PrintStmt() function in __anonf26dc3de0111::StmtPrinter
49 PrintStmt(S, Policy.Indentation); in PrintStmt()
52 void PrintStmt(Stmt *S, int SubIndent) { in PrintStmt() function in __anonf26dc3de0111::StmtPrinter
120 PrintStmt(I); in PrintRawCompoundStmt()
159 PrintStmt(Node->getSubStmt(), 0); in VisitCaseStmt()
164 PrintStmt(Node->getSubStmt(), 0); in VisitDefaultStmt()
169 PrintStmt(Node->getSubStmt(), 0); in VisitLabelStmt()
177 PrintStmt(Node->getSubStmt(), 0); in VisitAttributedStmt()
194 PrintStmt(If->getThen()); in PrintRawIfStmt()
210 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()