Home
last modified time | relevance | path

Searched refs:handledStmt (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h28 virtual bool handledStmt(Stmt* E, raw_ostream& OS) = 0;
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5491 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 DStmtPrinter.cpp148 if (Helper && Helper->handledStmt(S,OS)) in Visit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3915 bool handledStmt(Stmt *E, raw_ostream &OS) override { in handledStmt() function in __anon6a6d17470e11::FailedBooleanConditionPrinterHelper