Searched refs:returnsBool (Results 1 – 1 of 1) sorted by relevance
80 internal::Matcher<Stmt> returnsBool(bool Value, StringRef Id = "ignored") { in returnsBool() function467 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()