Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp328 static ExprAndBool parseReturnLiteralBool(const Stmt *S) { in parseReturnLiteralBool() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
379 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()