Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp324 using ExprAndBool = NodeAndBool<Expr>; typedef in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
328 static ExprAndBool parseReturnLiteralBool(const Stmt *S) { in parseReturnLiteralBool()
378 if (ExprAndBool ThenReturnBool = in VisitIfStmt()
380 ExprAndBool ElseReturnBool = in VisitIfStmt()
460 ExprAndBool TrailingReturnBool = parseReturnLiteralBool(*Second); in VisitCompoundStmt()
471 ExprAndBool ThenReturnBool = in VisitCompoundStmt()
495 ExprAndBool ThenReturnBool = in VisitCompoundStmt()