Home
last modified time | relevance | path

Searched defs:DiagnosticContext (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h25 void *DiagnosticContext = nullptr; member
28 : DiagnosticContext(DiagContext) {} in DiagnosticContext() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp129 setDiagnosticHandlerCallBack(DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler,void * DiagnosticContext,bool RespectFilters) setDiagnosticHandlerCallBack() argument
H A DCore.cpp99 LLVMContextSetDiagnosticHandler(LLVMContextRef C,LLVMDiagnosticHandler Handler,void * DiagnosticContext) LLVMContextSetDiagnosticHandler() argument