Searched refs:DiagnosticHandler (Results 1 – 6 of 6) sorted by relevance
104 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandler() argument106 pImpl->DiagnosticHandler = DiagnosticHandler; in setDiagnosticHandler()111 return pImpl->DiagnosticHandler; in getDiagnosticHandler()140 if (pImpl->DiagnosticHandler) { in diagnose()141 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext); in diagnose()
41 DiagnosticHandler = nullptr; in LLVMContextImpl()
245 LLVMContext::DiagnosticHandlerTy DiagnosticHandler;
131 static void DiagnosticHandler(const DiagnosticInfo &DI, void *Context);
530 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI, in DiagnosticHandler() function in LTOCodeGenerator574 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this); in setDiagnosticHandler()
172 Ctx.setDiagnosticHandler(DiagnosticHandler, this); in HandleTranslationUnit()221 static void DiagnosticHandler(const llvm::DiagnosticInfo &DI, in DiagnosticHandler() function in clang::BackendConsumer