Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DDiagnostic.cpp644 FormatDiagnostic(const char *DiagStr, const char *DiagEnd, in FormatDiagnostic() argument
650 if (DiagEnd - DiagStr == 2 && in FormatDiagnostic()
651 StringRef(DiagStr, DiagEnd - DiagStr).equals("%0") && in FormatDiagnostic()
677 while (DiagStr != DiagEnd) { in FormatDiagnostic()
680 const char *StrEnd = std::find(DiagStr, DiagEnd, '%'); in FormatDiagnostic()
714 DiagStr = ScanFormat(DiagStr, DiagEnd, '}'); in FormatDiagnostic()
715 assert(DiagStr != DiagEnd && "Mismatched {}'s in diagnostic string!"); in FormatDiagnostic()
/external/clang/include/clang/Basic/
DDiagnostic.h1256 void FormatDiagnostic(const char *DiagStr, const char *DiagEnd,