Lines Matching defs:DiagnosticEngine
234 llvm::SmallMapVector<DiagnosticEngine::HandlerID, DiagnosticEngine::HandlerTy,
240 DiagnosticEngine::HandlerID uniqueHandlerId = 1;
272 // DiagnosticEngine
275 DiagnosticEngine::DiagnosticEngine() : impl(new DiagnosticEngineImpl()) {}
276 DiagnosticEngine::~DiagnosticEngine() = default;
281 auto DiagnosticEngine::registerHandler(HandlerTy handler) -> HandlerID {
289 void DiagnosticEngine::eraseHandler(HandlerID handlerID) {
296 void DiagnosticEngine::emit(Diagnostic &&diag) {
1020 DiagnosticEngine::HandlerID handlerID = 0;