Lines Matching refs:PrintRawCompoundStmt
113 PrintRawCompoundStmt(CS); in PrintControlledStmt()
121 void PrintRawCompoundStmt(CompoundStmt *S);
176 void StmtPrinter::PrintRawCompoundStmt(CompoundStmt *Node) { in PrintRawCompoundStmt() function in StmtPrinter
266 PrintRawCompoundStmt(Node); in VisitCompoundStmt()
328 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
341 PrintRawCompoundStmt(CS); in PrintRawIfStmt()
383 PrintRawCompoundStmt(CS); in VisitDoStmt()
451 PrintRawCompoundStmt(Node->getSubStmt()); in VisitMSDependentExistsStmt()
582 PrintRawCompoundStmt(TS); in VisitObjCAtTryStmt()
592 PrintRawCompoundStmt(CS); in VisitObjCAtTryStmt()
599 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(FS->getFinallyBody())); in VisitObjCAtTryStmt()
629 PrintRawCompoundStmt(Node->getSynchBody()); in VisitObjCAtSynchronizedStmt()
635 PrintRawCompoundStmt(dyn_cast<CompoundStmt>(Node->getSubStmt())); in VisitObjCAutoreleasePoolStmt()
646 PrintRawCompoundStmt(cast<CompoundStmt>(Node->getHandlerBlock())); in PrintRawCXXCatchStmt()
657 PrintRawCompoundStmt(Node->getTryBlock()); in VisitCXXTryStmt()
667 PrintRawCompoundStmt(Node->getTryBlock()); in VisitSEHTryStmt()
681 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHFinallyStmt()
689 PrintRawCompoundStmt(Node->getBlock()); in PrintRawSEHExceptHandler()
1655 PrintRawCompoundStmt(E->getSubStmt()); in VisitStmtExpr()
2235 PrintRawCompoundStmt(Node->getCompoundStmtBody()); in VisitLambdaExpr()