Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp486 auto SimpleThen = in matchIfAssignsBool() local
490 auto Then = anyOf(SimpleThen, compoundStmt(statementCountIs(1), in matchIfAssignsBool()
491 hasAnySubstatement(SimpleThen))); in matchIfAssignsBool()