Searched defs:DiagnosticContext (Results 1 - 3 of 3) sorted by last modified time

/external/llvm/lib/IR/
H A DCore.cpp86 void *DiagnosticContext) {
89 DiagnosticContext); local
84 LLVMContextSetDiagnosticHandler(LLVMContextRef C, LLVMDiagnosticHandler Handler, void *DiagnosticContext) argument
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

Completed in 178 milliseconds