Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp858 StringRef(DiagStr, DiagEnd - DiagStr).equals("%0") && in FormatDiagnostic()
885 DiagStr = StrEnd; in FormatDiagnostic()
889 DiagStr += 2; in FormatDiagnostic()
894 ++DiagStr; in FormatDiagnostic()
906 Modifier = DiagStr; in FormatDiagnostic()
908 (DiagStr[0] >= 'a' && DiagStr[0] <= 'z')) in FormatDiagnostic()
909 ++DiagStr; in FormatDiagnostic()
915 Argument = DiagStr; in FormatDiagnostic()
917 DiagStr = ScanFormat(DiagStr, DiagEnd, '}'); in FormatDiagnostic()
932 assert(*DiagStr == ',' && isDigit(*(DiagStr + 1)) && in FormatDiagnostic()
[all …]
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c2424 CXString DiagStr; in checkForErrors() local
2433 DiagStr = clang_formatDiagnostic(Diag, in checkForErrors()
2435 fprintf(stderr, "%s\n", clang_getCString(DiagStr)); in checkForErrors()
2436 clang_disposeString(DiagStr); in checkForErrors()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1677 void FormatDiagnostic(const char *DiagStr, const char *DiagEnd,