Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DDiagnostic.cpp744 const char *FirstDollar = ScanFormat(Argument, Pipe, '$'); in FormatDiagnostic() local
745 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic()
748 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
750 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
895 const char *FirstDollar = ScanFormat(Argument, ArgumentEnd, '$'); in FormatDiagnostic() local
896 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic()
899 FormatDiagnostic(Argument, FirstDollar, OutStr); in FormatDiagnostic()
914 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()