Home | History | Annotate | Download | only in Basic

Lines Matching refs:FormatDiagnostic

494   DInfo.FormatDiagnostic(Argument, EndPtr, OutStr);
635 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr);
643 /// FormatDiagnostic - Format this diagnostic into a string, substituting the
647 FormatDiagnostic(SmallVectorImpl<char> &OutStr) const {
656 FormatDiagnostic(Diag.begin(), Diag.end(), OutStr);
660 FormatDiagnostic(const char *DiagStr, const char *DiagEnd,
749 FormatDiagnostic(Argument, FirstDollar, OutStr);
750 FormatDiagnostic(ArgStr1, ArgStr1 + 2, OutStr);
751 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr);
752 FormatDiagnostic(ArgStr2, ArgStr2 + 2, OutStr);
753 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr);
867 FormatDiagnostic(Pipe + 1, ArgumentEnd, OutStr);
878 FormatDiagnostic(Argument, FirstDollar, OutStr);
893 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr);
907 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr);
943 Info.FormatDiagnostic(Message);