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

/external/clang/lib/Basic/
H A DDiagnostic.cpp744 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); local
749 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr);
751 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr);
895 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); local
913 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr);
927 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr);

Completed in 295 milliseconds