Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DDiagnosticIDs.cpp417 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID() function in DiagnosticIDs
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h868 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID() function