Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h111 if (auto SubStmt = If->getNondiscardedCase(Context)) { in VisitIfStmt()
H A DStmt.h2350 std::optional<const Stmt *> getNondiscardedCase(const ASTContext &Ctx) const;
2351 std::optional<Stmt *> getNondiscardedCase(const ASTContext &Ctx);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1007 std::optional<Stmt *> IfStmt::getNondiscardedCase(const ASTContext &Ctx) { in getNondiscardedCase() function in IfStmt
1014 IfStmt::getNondiscardedCase(const ASTContext &Ctx) const { in getNondiscardedCase() function in IfStmt
1016 const_cast<IfStmt *>(this)->getNondiscardedCase(Ctx)) in getNondiscardedCase()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1545 if (std::optional<const Stmt *> Case = IS->getNondiscardedCase(Context)) in canThrow()