Home
last modified time | relevance | path

Searched defs:getCustomDiagID (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp402 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { getCustomDiagID() function in DiagnosticIDs
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h873 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID() function