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

/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp309 /// getCustomDiagID - Return an ID for a diagnostic with the specified message
315 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { function in class:DiagnosticIDs
/external/clang/include/clang/Basic/
H A DDiagnostic.h601 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { function in class:clang::DiagnosticsEngine
602 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,

Completed in 108 milliseconds