Searched refs:nestedDemorgan (Results 1 – 1 of 1) sorted by relevance
519 static bool nestedDemorgan(const Expr *E, unsigned NestingLevel) { in nestedDemorgan() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor539 return nestedDemorgan(E, NestingLevel - 1); in nestedDemorgan()564 [](const Expr *E) { return nestedDemorgan(E, 1); })) { in TraverseUnaryOperator()