Home
last modified time | relevance | path

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

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