Searched defs:FormatDiagnostic (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Basic/
H A DDiagnostic.cpp451 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr);
592 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr);
611 /// FormatDiagnostic - Format this diagnostic into a string, substituting the
615 FormatDiagnostic(SmallVectorImpl<char> &OutStr) const {
624 FormatDiagnostic(Diag.begin(), Diag.end(), OutStr);
628 FormatDiagnostic(const char *DiagStr, const char *DiagEnd, function in class:Diagnostic
717 FormatDiagnostic(Argument, FirstDollar, OutStr);
718 FormatDiagnostic(ArgStr1, ArgStr1 + 2, OutStr);
719 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr);
720 FormatDiagnostic(ArgStr
[all...]

Completed in 55 milliseconds