Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp80 internal::Matcher<Stmt> returnsBool(bool Value, StringRef Id = "ignored") { in returnsBool() function
467 hasThen(returnsBool(Value, ThenLiteralId)), in matchIfReturnsBool()
468 hasElse(returnsBool(!Value))) in matchIfReturnsBool()
474 hasThen(returnsBool(Value, ThenLiteralId)), in matchIfReturnsBool()
475 hasElse(returnsBool(!Value))) in matchIfReturnsBool()
517 ifStmt(hasThen(returnsBool(Value)), unless(hasElse(stmt())))), in matchCompoundIfReturnsBool()