Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DDiagnosticIDs.cpp311 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID() function in DiagnosticIDs
/external/clang/include/clang/Basic/
DDiagnostic.h609 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID() function