Searched refs:SecondDollar (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 951 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic() local 956 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic() 958 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic() 1103 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic() local 1121 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic() 1135 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
|