Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.h53 replaceWithThenStatement(const ast_matchers::MatchFinder::MatchResult &Result,
DSimplifyBooleanExprCheck.cpp555 replaceWithThenStatement(Result, TrueConditionRemoved); in check()
597 void SimplifyBooleanExprCheck::replaceWithThenStatement( in replaceWithThenStatement() function in clang::tidy::readability::SimplifyBooleanExprCheck