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

/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp292 /// getCustomDiagID - Return an ID for a diagnostic with the specified message
295 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef Message) { function in class:DiagnosticIDs
/external/clang/include/clang/Basic/
H A DDiagnostic.h528 /// getCustomDiagID - Return an ID for a diagnostic with the specified message
531 unsigned getCustomDiagID(Level L, StringRef Message) { function in class:clang::DiagnosticsEngine
532 return Diags->getCustomDiagID((DiagnosticIDs::Level)L, Message);

Completed in 153 milliseconds