Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticHandler.h25 void *DiagnosticContext = nullptr; member
27 : DiagnosticContext(DiagContext) {} in DiagnosticContext() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp124 void *DiagnosticContext, bool RespectFilters) { in setDiagnosticHandlerCallBack()
H A DCore.cpp101 void *DiagnosticContext) { in LLVMContextSetDiagnosticHandler()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c159 void *DiagnosticContext) { in llvm_diagnostic_handler_trampoline()
189 value *DiagnosticContext = malloc(sizeof(value)); in llvm_set_diagnostic_handler() local