Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp302 const Expr *stmtReturnsBool(const IfStmt *IfRet, bool Negated) { in stmtReturnsBool() argument
303 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()