Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp111 void PrintControlledStmt(Stmt *S) { in PrintControlledStmt() function in __anonec3d10730111::StmtPrinter
369 PrintControlledStmt(Node->getBody()); in VisitSwitchStmt()
414 PrintControlledStmt(Node->getBody()); in VisitForStmt()
426 PrintControlledStmt(Node->getBody()); in VisitObjCForCollectionStmt()
439 PrintControlledStmt(Node->getBody()); in VisitCXXForRangeStmt()
2772 P.PrintControlledStmt(const_cast<Stmt *>(this)); in printPrettyControlled()