Searched refs:handledStmt (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | PrettyPrinter.h | 30 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5193 bool handledStmt(Stmt *S, raw_ostream &OS) override { in handledStmt() function in __anon654da8e80611::StmtPrinterHelper 5439 Helper.handledStmt(const_cast<Stmt *>(BTE), OS); in print_construction_context() 5442 Helper.handledStmt(const_cast<Expr *>(ACC->getCallLikeExpr()), OS); in print_construction_context() 5450 Helper.handledStmt(const_cast<Stmt *>(I), OS); in print_construction_context() 5479 Helper.handledStmt(*SE->getSubStmt()->body_rbegin(),OS); in print_elem() 5488 Helper.handledStmt(B->getRHS(),OS); in print_elem() 5582 Helper.handledStmt(cast<Stmt>(DelExpr->getArgument()), OS); in print_elem()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 145 if (Helper && Helper->handledStmt(S,OS)) in Visit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 3580 bool handledStmt(Stmt *E, raw_ostream &OS) override { in handledStmt() function in __anonccaa7e1c0c11::FailedBooleanConditionPrinterHelper
|