Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.h46 void matchIfAssignsBool(ast_matchers::MatchFinder *Finder, bool Value,
DSimplifyBooleanExprCheck.cpp480 void SimplifyBooleanExprCheck::matchIfAssignsBool(MatchFinder *Finder, in matchIfAssignsBool() function in clang::tidy::readability::SimplifyBooleanExprCheck
543 matchIfAssignsBool(Finder, true, IfAssignBoolId); in registerMatchers()
544 matchIfAssignsBool(Finder, false, IfAssignNotBoolId); in registerMatchers()