Home | History | Annotate | Download | only in Edit

Lines Matching refs:FullExpr

172 static bool subscriptOperatorNeedsParens(const Expr *FullExpr);
889 static bool subscriptOperatorNeedsParens(const Expr *FullExpr) {
890 const Expr* Expr = FullExpr->IgnoreImpCasts();
904 isa<ParenExpr>(FullExpr) ||
911 static bool castOperatorNeedsParens(const Expr *FullExpr) {
912 const Expr* Expr = FullExpr->IgnoreImpCasts();
931 isa<ParenExpr>(FullExpr) ||