HomeSort by relevance Sort by last modified time
    Searched defs:getCustomDiagID (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
DiagnosticIDs.cpp 309 /// getCustomDiagID - Return an ID for a diagnostic with the specified message
315 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) {
  /external/clang/include/clang/Basic/
Diagnostic.h 601 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
602 return Diags->getCustomDiagID((DiagnosticIDs::Level)L,
    [all...]

Completed in 51 milliseconds