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

  /external/llvm/include/llvm/IR/
LLVMContext.h 111 /// gets passed into the DiagHandler.
115 void setInlineAsmDiagnosticHandler(InlineAsmDiagHandlerTy DiagHandler,
129 /// gets passed into the DiagHandler. The third argument should be set to
134 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
  /external/llvm/include/llvm/Support/
SourceMgr.h 71 DiagHandlerTy DiagHandler;
80 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {}
90 DiagHandler = DH;
94 DiagHandlerTy getDiagHandler() const { return DiagHandler; }
YAMLTraits.h 942 // user-data. The DiagHandler can be specified to provide
946 SourceMgr::DiagHandlerTy DiagHandler = nullptr,
    [all...]
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 568 assert(DiagHandler && "Invalid diagnostic handler");
569 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext);
573 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler,
575 this->DiagHandler = DiagHandler;
577 if (!DiagHandler)
580 // diagnostic to the external DiagHandler.
596 if (DiagHandler)
597 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext);
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 189 lto_diagnostic_handler_t DiagHandler = nullptr;
  /external/llvm/lib/IR/
LLVMContext.cpp 156 setInlineAsmDiagnosticHandler(InlineAsmDiagHandlerTy DiagHandler,
158 pImpl->InlineAsmDiagHandler = DiagHandler;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 46 LLVMContext::InlineAsmDiagHandlerTy DiagHandler;
72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie);
112 DiagInfo.DiagHandler = LLVMCtx.getInlineAsmDiagnosticHandler();
  /external/llvm/lib/Support/
YAMLTraits.cpp 49 SourceMgr::DiagHandlerTy DiagHandler,
54 if (DiagHandler)
55 SrcMgr.setDiagHandler(DiagHandler, DiagHandlerCtxt);
SourceMgr.cpp 201 if (DiagHandler) {
202 DiagHandler(Diagnostic, DiagContext);
  /external/clang/include/clang/Sema/
SemaInternal.h 339 DiagHandler = std::move(other.DiagHandler);
Sema.h     [all...]
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 315 llvm::SourceMgr::DiagHandlerTy DiagHandler,
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 837 SourceMgr::DiagHandlerTy DiagHandler, void *DiagContext,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 784 auto DiagHandler = [&](const DiagnosticInfo &DI) {
797 DiagHandler);
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 304 static void DiagHandler(const SMDiagnostic &Diag, void *Context);
515 SrcMgr.setDiagHandler(DiagHandler, this);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 537 milliseconds