Searched refs:IfRet (Results 1 – 1 of 1) sorted by relevance
302 const Expr *stmtReturnsBool(const IfStmt *IfRet, bool Negated) { in stmtReturnsBool() argument303 if (IfRet->getElse() != nullptr) in stmtReturnsBool()306 if (const auto *Ret = dyn_cast<ReturnStmt>(IfRet->getThen())) in stmtReturnsBool()309 if (const auto *Compound = dyn_cast<CompoundStmt>(IfRet->getThen())) { in stmtReturnsBool()