Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DDiagnostics.cpp43 const char *getDiagnosticCode(unsigned ID) { in getDiagnosticCode() function
504 if (const char *ClangDiag = getDiagnosticCode(Diag.ID)) { in take()