Lines Matching refs:PrintStmt
83 void PrintStmt(Stmt *S) { PrintStmt(S, Policy.Indentation); } in PrintStmt() function in __anon7ba585bd0111::StmtPrinter
85 void PrintStmt(Stmt *S, int SubIndent) { in PrintStmt() function in __anon7ba585bd0111::StmtPrinter
118 PrintStmt(S); in PrintControlledStmt()
182 PrintStmt(I); in PrintRawCompoundStmt()
281 PrintStmt(Node->getSubStmt(), 0); in VisitCaseStmt()
286 PrintStmt(Node->getSubStmt(), 0); in VisitDefaultStmt()
291 PrintStmt(Node->getSubStmt(), 0); in VisitLabelStmt()
302 PrintStmt(Node->getSubStmt(), 0); in VisitAttributedStmt()
312 PrintStmt(If->getThen()); in PrintRawIfStmt()
316 PrintStmt(Else); in PrintRawIfStmt()
337 PrintStmt(If->getThen()); in PrintRawIfStmt()
353 PrintStmt(If->getElse()); in PrintRawIfStmt()
382 PrintStmt(Node->getBody()); in VisitWhileStmt()
392 PrintStmt(Node->getBody()); in VisitDoStmt()
583 PrintStmt(Node->getCapturedDecl()->getBody()); in VisitCapturedStmt()
724 PrintStmt(Node->getLoopStmt()); in VisitOMPCanonicalLoop()
738 PrintStmt(S->getRawStmt()); in PrintOMPExecutableDirective()
1166 PrintStmt(S->getStructuredBlock()); in VisitOpenACCComputeConstruct()
1179 PrintStmt(S->getLoop()); in VisitOpenACCLoopConstruct()