Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.h49 void matchCompoundIfReturnsBool(ast_matchers::MatchFinder *Finder, bool Value,
DSimplifyBooleanExprCheck.cpp510 void SimplifyBooleanExprCheck::matchCompoundIfReturnsBool(MatchFinder *Finder, in matchCompoundIfReturnsBool() function in clang::tidy::readability::SimplifyBooleanExprCheck
546 matchCompoundIfReturnsBool(Finder, true, CompoundBoolId); in registerMatchers()
547 matchCompoundIfReturnsBool(Finder, false, CompoundNotBoolId); in registerMatchers()