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

/external/llvm/lib/IR/
H A DLLVMContext.cpp105 void *DiagnosticContext) {
107 pImpl->DiagnosticContext = DiagnosticContext;
115 return pImpl->DiagnosticContext;
141 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext);
104 setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, void *DiagnosticContext) argument
H A DLLVMContextImpl.h246 void *DiagnosticContext; member in class:llvm::LLVMContextImpl
H A DCore.cpp86 void *DiagnosticContext) {
89 DiagnosticContext); local
84 LLVMContextSetDiagnosticHandler(LLVMContextRef C, LLVMDiagnosticHandler Handler, void *DiagnosticContext) argument

Completed in 1457 milliseconds