Searched defs:DiagnosticHandler (Results 1 – 4 of 4) sorted by relevance
24 struct DiagnosticHandler { struct26 DiagnosticHandler(void *DiagContext = nullptr) argument28 virtual ~DiagnosticHandler() = default; argument30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); argument36 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()63 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
129 llvm::DiagnosticHandlerFunction DiagnosticHandler = in run() local137 llvm::DiagnosticHandlerFunction DiagnosticHandler = nullptr; in run() local
118 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
642 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator