Searched defs:DiagnosticHandler (Results 1 – 4 of 4) sorted by relevance
24 struct DiagnosticHandler { struct27 DiagnosticHandler(void *DiagContext = nullptr) argument29 virtual ~DiagnosticHandler() = default; argument31 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo *DI, void *Context); argument37 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()64 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
228 TEST_F(PassManagerTest,DiagnosticHandler) TEST_F() argument
135 setDiagnosticHandlerCallBack(DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler,void * DiagnosticContext,bool RespectFilters) setDiagnosticHandlerCallBack() argument
696 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { DiagnosticHandler() function in LTOCodeGenerator