Home
last modified time | relevance | path

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

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