Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DDiagnostic.cpp745 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic() local
750 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
752 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
896 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic() local
914 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
928 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp894 const char *SecondDollar = ScanFormat(FirstDollar + 1, Pipe, '$'); in FormatDiagnostic() local
899 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
901 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()
1047 const char *SecondDollar = ScanFormat(FirstDollar + 1, ArgumentEnd, '$'); in FormatDiagnostic() local
1065 FormatDiagnostic(FirstDollar + 1, SecondDollar, OutStr); in FormatDiagnostic()
1079 FormatDiagnostic(SecondDollar + 1, Pipe, OutStr); in FormatDiagnostic()