Searched refs:matchCompoundIfReturnsBool (Results 1 – 2 of 2) sorted by relevance
49 void matchCompoundIfReturnsBool(ast_matchers::MatchFinder *Finder, bool Value,
510 void SimplifyBooleanExprCheck::matchCompoundIfReturnsBool(MatchFinder *Finder, in matchCompoundIfReturnsBool() function in clang::tidy::readability::SimplifyBooleanExprCheck546 matchCompoundIfReturnsBool(Finder, true, CompoundBoolId); in registerMatchers()547 matchCompoundIfReturnsBool(Finder, false, CompoundNotBoolId); in registerMatchers()