Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.h43 void matchIfReturnsBool(ast_matchers::MatchFinder *Finder, bool Value,
DSimplifyBooleanExprCheck.cpp463 void SimplifyBooleanExprCheck::matchIfReturnsBool(MatchFinder *Finder, in matchIfReturnsBool() function in clang::tidy::readability::SimplifyBooleanExprCheck
540 matchIfReturnsBool(Finder, true, IfReturnsBoolId); in registerMatchers()
541 matchIfReturnsBool(Finder, false, IfReturnsNotBoolId); in registerMatchers()