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.cpp111 void PrintControlledStmt(Stmt *S) { in PrintControlledStmt() function in __anon7ba585bd0111::StmtPrinter
372 PrintControlledStmt(Node->getBody()); in VisitSwitchStmt()
417 PrintControlledStmt(Node->getBody()); in VisitForStmt()
429 PrintControlledStmt(Node->getBody()); in VisitObjCForCollectionStmt()
442 PrintControlledStmt(Node->getBody()); in VisitCXXForRangeStmt()
2822 P.PrintControlledStmt(const_cast<Stmt *>(this)); in printPrettyControlled()