Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp850 FormatDiagnostic(const char *DiagStr, const char *DiagEnd, in FormatDiagnostic() argument
855 if (DiagEnd - DiagStr == 2 && StringRef(DiagStr, DiagEnd - DiagStr) == "%0" && in FormatDiagnostic()
877 while (DiagStr != DiagEnd) { in FormatDiagnostic()
880 const char *StrEnd = std::find(DiagStr, DiagEnd, '%'); in FormatDiagnostic()
914 DiagStr = ScanFormat(DiagStr, DiagEnd, '}'); in FormatDiagnostic()
915 assert(DiagStr != DiagEnd && "Mismatched {}'s in diagnostic string!"); in FormatDiagnostic()