Searched refs:ExprAndBool (Results 1 – 1 of 1) sorted by relevance
324 using ExprAndBool = NodeAndBool<Expr>; typedef in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor328 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()