reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
584 const char *ArgumentEnd = Argument+ArgumentLen; 588 const char *NextVal = ScanFormat(Argument, ArgumentEnd, '|'); 591 Argument = NextVal+1; // Skip this string. 596 const char *EndPtr = ScanFormat(Argument, ArgumentEnd, '|'); 599 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr);