Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDiagnostics.cpp42 const char *getDiagnosticCode(unsigned ID) { in getDiagnosticCode() function
571 if (const char *ClangDiag = getDiagnosticCode(Diag.ID)) { in take()
894 if (const char *CodePtr = getDiagnosticCode(ID)) { in isBuiltinDiagnosticSuppressed()