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