Searched refs:getNondiscardedCase (Results 1 – 4 of 4) sorted by relevance
111 if (auto SubStmt = If->getNondiscardedCase(Context)) { in VisitIfStmt()
2350 std::optional<const Stmt *> getNondiscardedCase(const ASTContext &Ctx) const;2351 std::optional<Stmt *> getNondiscardedCase(const ASTContext &Ctx);
1007 std::optional<Stmt *> IfStmt::getNondiscardedCase(const ASTContext &Ctx) { in getNondiscardedCase() function in IfStmt1014 IfStmt::getNondiscardedCase(const ASTContext &Ctx) const { in getNondiscardedCase() function in IfStmt1016 const_cast<IfStmt *>(this)->getNondiscardedCase(Ctx)) in getNondiscardedCase()
1545 if (std::optional<const Stmt *> Case = IS->getNondiscardedCase(Context)) in canThrow()