Home
last modified time | relevance | path

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

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