Home
last modified time | relevance | path

Searched refs:SecondDollar (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Basic/
DDiagnostic.cpp731 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic() local
736 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
738 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
882 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic() local
900 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
914 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()