Searched refs:matchIfReturnsBool (Results 1 – 2 of 2) sorted by relevance
43 void matchIfReturnsBool(ast_matchers::MatchFinder *Finder, bool Value,
463 void SimplifyBooleanExprCheck::matchIfReturnsBool(MatchFinder *Finder, in matchIfReturnsBool() function in clang::tidy::readability::SimplifyBooleanExprCheck540 matchIfReturnsBool(Finder, true, IfReturnsBoolId); in registerMatchers()541 matchIfReturnsBool(Finder, false, IfReturnsNotBoolId); in registerMatchers()