Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExprArg

1124   ExprResult ExprArg = ParseConstantExpression(MaybeTypeCast);
1125 if (ExprArg.isInvalid() || !ExprArg.get())
1129 ExprArg.release(), Loc);