HomeSort by relevance Sort by last modified time
    Searched refs:DiagnosticHandlerTy (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
LLVMContext.h 73 typedef void (*DiagnosticHandlerTy)(const DiagnosticInfo &DI, void *Context);
104 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
109 DiagnosticHandlerTy getDiagnosticHandler() const;
  /external/llvm/lib/IR/
LLVMContext.cpp 104 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler,
110 LLVMContext::DiagnosticHandlerTy LLVMContext::getDiagnosticHandler() const {
LLVMContextImpl.h 245 LLVMContext::DiagnosticHandlerTy DiagnosticHandler;
Core.cpp 88 LLVM_EXTENSION reinterpret_cast<LLVMContext::DiagnosticHandlerTy>(Handler),
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 169 LLVMContext::DiagnosticHandlerTy OldDiagnosticHandler =

Completed in 159 milliseconds