Searched refs:handledStmt (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/AST/ |
D | PrettyPrinter.h | 30 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
|
/external/llvm-project/clang/include/clang/AST/ |
D | PrettyPrinter.h | 29 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 5187 bool handledStmt(Stmt *S, raw_ostream &OS) override { in handledStmt() function in __anon875bb5ad0611::StmtPrinterHelper 5433 Helper.handledStmt(const_cast<Stmt *>(BTE), OS); in print_construction_context() 5436 Helper.handledStmt(const_cast<Expr *>(ACC->getCallLikeExpr()), OS); in print_construction_context() 5444 Helper.handledStmt(const_cast<Stmt *>(I), OS); in print_construction_context() 5473 Helper.handledStmt(*SE->getSubStmt()->body_rbegin(),OS); in print_elem() 5482 Helper.handledStmt(B->getRHS(),OS); in print_elem() 5576 Helper.handledStmt(cast<Stmt>(DelExpr->getArgument()), OS); in print_elem()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 4069 bool handledStmt(Stmt *S, raw_ostream &OS) override { in handledStmt() function in __anon4350aedf0211::StmtPrinterHelper 4232 Helper.handledStmt(*SE->getSubStmt()->body_rbegin(),OS); in print_elem() 4241 Helper.handledStmt(B->getRHS(),OS); in print_elem() 4311 Helper.handledStmt(cast<Stmt>(DelExpr->getArgument()), OS); in print_elem()
|
/external/llvm-project/clang/lib/AST/ |
D | StmtPrinter.cpp | 146 if (Helper && Helper->handledStmt(S,OS)) in Visit()
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 91 if (Helper && Helper->handledStmt(S,OS)) in Visit()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 3553 bool handledStmt(Stmt *E, raw_ostream &OS) override { in handledStmt() function in __anon30e84e010b11::FailedBooleanConditionPrinterHelper
|