Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnosticIDs.cpp414 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID() function in DiagnosticIDs
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h863 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID() function