Searched refs:handledStmt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | PrettyPrinter.h | 28 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5491 bool handledStmt(Stmt *S, raw_ostream &OS) override { in handledStmt() function in __anond5061b330711::StmtPrinterHelper 5733 Helper.handledStmt(const_cast<LambdaExpr *>(LCC->getLambdaExpr()), OS); in print_construction_context() 5741 Helper.handledStmt(const_cast<Stmt *>(BTE), OS); in print_construction_context() 5744 Helper.handledStmt(const_cast<Expr *>(ACC->getCallLikeExpr()), OS); in print_construction_context() 5752 Helper.handledStmt(const_cast<Stmt *>(I), OS); in print_construction_context() 5782 Helper.handledStmt(*SE->getSubStmt()->body_rbegin(),OS); in print_elem() 5791 Helper.handledStmt(B->getRHS(),OS); in print_elem() 5888 Helper.handledStmt(cast<Stmt>(DelExpr->getArgument()), OS); in print_elem()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 148 if (Helper && Helper->handledStmt(S,OS)) in Visit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 3915 bool handledStmt(Stmt *E, raw_ostream &OS) override { in handledStmt() function in __anon6a6d17470e11::FailedBooleanConditionPrinterHelper
|