Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.h43 void replaceWithElseStatement(const ASTContext &Context,
H A DSimplifyBooleanExprCheck.cpp370 Check->replaceWithElseStatement(Context, If, Cond); in VisitIfStmt()
710 void SimplifyBooleanExprCheck::replaceWithElseStatement( in replaceWithElseStatement() function in clang::tidy::readability::SimplifyBooleanExprCheck