Home | History | Annotate | Download | only in Basic

Lines Matching refs:ExprEnd

581     const char *ExprEnd = Argument;
582 while (*ExprEnd != ':') {
583 assert(ExprEnd != ArgumentEnd && "Plural missing expression end");
584 ++ExprEnd;
586 if (EvalPluralExpr(ValNo, Argument, ExprEnd)) {
587 Argument = ExprEnd + 1;
588 ExprEnd = ScanFormat(Argument, ArgumentEnd, '|');
592 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr);