Home | History | Annotate | Download | only in Parse

Lines Matching defs:NotCastExpr

2772     bool NotCastExpr;
2775 NotCastExpr = true;
2778 // If it is not a cast-expression, NotCastExpr will be true and no token
2782 NotCastExpr,
2789 ParseAs = NotCastExpr ? SimpleExpr : CastExpr;