Searched defs:LLCDiagnosticHandler (Results 1 – 1 of 1) sorted by relevance
289 struct LLCDiagnosticHandler : public DiagnosticHandler { struct291 LLCDiagnosticHandler(bool *HasErrorPtr) : HasError(HasErrorPtr) {} in LLCDiagnosticHandler() function292 bool handleDiagnostics(const DiagnosticInfo &DI) override { in handleDiagnostics()