Searched refs:UsefulToPrintExpr (Results 1 – 1 of 1) sorted by relevance
17098 static bool UsefulToPrintExpr(const Expr *E) { in UsefulToPrintExpr() function17112 return UsefulToPrintExpr(UnaryOp->getSubExpr()); in UsefulToPrintExpr()17134 if (!UsefulToPrintExpr(LHS) && !UsefulToPrintExpr(RHS)) in DiagnoseStaticAssertDetails()