Home | History | Annotate | Download | only in Parse

Lines Matching defs:NotCastExpr

3059     bool NotCastExpr;
3061 NotCastExpr = true;
3064 // If it is not a cast-expression, NotCastExpr will be true and no token
3069 NotCastExpr,
3076 ParseAs = NotCastExpr ? SimpleExpr : CastExpr;