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 438 /// getCustomDiagID - Return an ID for a diagnostic with the specified message
441 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef Message) {
  /external/clang/include/clang/Basic/
Diagnostic.h 479 /// getCustomDiagID - Return an ID for a diagnostic with the specified message
482 unsigned getCustomDiagID(Level L, StringRef Message) {
483 return Diags->getCustomDiagID((DiagnosticIDs::Level)L, Message);
    [all...]

Completed in 71 milliseconds