Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DDiagnostic.cpp713 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic() local
714 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic()
717 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
719 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
864 const char *FirstDollar = ScanFormat(Argument, ArgumentEnd, '$'); in FormatDiagnostic() local
865 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic()
868 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
883 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()