Searched refs:SecondDollar (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 1228 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic() local 1233 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic() 1235 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic() 1389 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic() local 1406 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic() 1419 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
|