reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
729 while (*ExprEnd != ':') { 730 assert(ExprEnd != ArgumentEnd && "Plural missing expression end"); 731 ++ExprEnd; 733 if (EvalPluralExpr(ValNo, Argument, ExprEnd)) { 734 Argument = ExprEnd + 1; 735 ExprEnd = ScanFormat(Argument, ArgumentEnd, '|'); 739 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr);