Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.h61 replaceWithCondition(const ast_matchers::MatchFinder::MatchResult &Result,
DSimplifyBooleanExprCheck.cpp561 replaceWithCondition(Result, Ternary); in check()
564 replaceWithCondition(Result, TernaryNegated, true); in check()
614 void SimplifyBooleanExprCheck::replaceWithCondition( in replaceWithCondition() function in clang::tidy::readability::SimplifyBooleanExprCheck