Searched refs:handledStmt (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | PrettyPrinter.h | 28 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5412 bool handledStmt(Stmt *S, raw_ostream &OS) override { in handledStmt() function in __anon8d78c9ed0611::StmtPrinterHelper 5654 Helper.handledStmt(const_cast<LambdaExpr *>(LCC->getLambdaExpr()), OS); in print_construction_context() 5662 Helper.handledStmt(const_cast<Stmt *>(BTE), OS); in print_construction_context() 5665 Helper.handledStmt(const_cast<Expr *>(ACC->getCallLikeExpr()), OS); in print_construction_context() 5673 Helper.handledStmt(const_cast<Stmt *>(I), OS); in print_construction_context() 5702 Helper.handledStmt(*SE->getSubStmt()->body_rbegin(),OS); in print_elem() 5711 Helper.handledStmt(B->getRHS(),OS); in print_elem() 5803 Helper.handledStmt(cast<Stmt>(DelExpr->getArgument()), OS); in print_elem()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 147 if (Helper && Helper->handledStmt(S,OS)) in Visit()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 3638 bool handledStmt(Stmt *E, raw_ostream &OS) override { in handledStmt() function in __anoncd9c0a410c11::FailedBooleanConditionPrinterHelper
|