Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp110 void PrintControlledStmt(Stmt *S) { in PrintControlledStmt() function in __anon7ba585bd0111::StmtPrinter
377 PrintControlledStmt(Node->getBody()); in VisitSwitchStmt()
422 PrintControlledStmt(Node->getBody()); in VisitForStmt()
434 PrintControlledStmt(Node->getBody()); in VisitObjCForCollectionStmt()
447 PrintControlledStmt(Node->getBody()); in VisitCXXForRangeStmt()
2959 P.PrintControlledStmt(const_cast<Stmt *>(this)); in printPrettyControlled()