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