Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp110 void PrintControlledStmt(Stmt *S) { in PrintControlledStmt() function in __anon873efced0111::StmtPrinter
367 PrintControlledStmt(Node->getBody()); in VisitSwitchStmt()
410 PrintControlledStmt(Node->getBody()); in VisitForStmt()
422 PrintControlledStmt(Node->getBody()); in VisitObjCForCollectionStmt()
435 PrintControlledStmt(Node->getBody()); in VisitCXXForRangeStmt()
2739 P.PrintControlledStmt(const_cast<Stmt *>(this)); in printPrettyControlled()