Searched refs:parseReturnLiteralBool (Results 1 – 1 of 1) sorted by relevance
328 static ExprAndBool parseReturnLiteralBool(const Stmt *S) { in parseReturnLiteralBool() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor379 checkSingleStatement(If->getThen(), parseReturnLiteralBool)) { in VisitIfStmt()381 checkSingleStatement(If->getElse(), parseReturnLiteralBool); in VisitIfStmt()460 ExprAndBool TrailingReturnBool = parseReturnLiteralBool(*Second); in VisitCompoundStmt()472 checkSingleStatement(If->getThen(), parseReturnLiteralBool); in VisitCompoundStmt()496 checkSingleStatement(SubIf->getThen(), parseReturnLiteralBool); in VisitCompoundStmt()