Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1131 void Diagnostic::FormatDiagnostic(const char *DiagStr, const char *DiagEnd, in FormatDiagnostic() argument
1136 if (DiagEnd - DiagStr == 2 && StringRef(DiagStr, DiagEnd - DiagStr) == "%0" && in FormatDiagnostic()
1158 while (DiagStr != DiagEnd) { in FormatDiagnostic()
1161 const char *StrEnd = std::find(DiagStr, DiagEnd, '%'); in FormatDiagnostic()
1194 DiagStr = ScanFormat(DiagStr, DiagEnd, '}'); in FormatDiagnostic()
1195 assert(DiagStr != DiagEnd && "Mismatched {}'s in diagnostic string!"); in FormatDiagnostic()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1657 void FormatDiagnostic(const char *DiagStr, const char *DiagEnd,