Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.h37 void matchBoolCondition(ast_matchers::MatchFinder *Finder, bool Value,
DSimplifyBooleanExprCheck.cpp442 void SimplifyBooleanExprCheck::matchBoolCondition(MatchFinder *Finder, in matchBoolCondition() function in clang::tidy::readability::SimplifyBooleanExprCheck
534 matchBoolCondition(Finder, true, ConditionThenStmtId); in registerMatchers()
535 matchBoolCondition(Finder, false, ConditionElseStmtId); in registerMatchers()