Home
last modified time | relevance | path

Searched refs:DiagContext (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
DSourceMgr.h72 void *DiagContext; variable
80 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {} in SourceMgr()
91 DiagContext = Ctx;
95 void *getDiagContext() const { return DiagContext; } in getDiagContext()
/external/llvm/include/llvm/IR/
DLLVMContext.h93 void *DiagContext = nullptr);
112 void *DiagContext = nullptr,
/external/llvm/lib/IR/
DLLVMContext.cpp113 void *DiagContext) { in setInlineAsmDiagnosticHandler() argument
115 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp47 void *DiagContext; member
72 DiagInfo->DiagHandler(Diag, DiagInfo->DiagContext, LocCookie); in srcMgrDiagHandler()
112 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext(); in EmitInlineAsm()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp83 DiagContext = nullptr; in initialize()
646 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler2()
653 this->DiagContext = Ctxt; in setDiagnosticHandler()
/external/llvm/include/llvm/LTO/
DLTOCodeGenerator.h175 void *DiagContext; member
/external/clang/lib/Basic/
DVirtualFileSystem.cpp507 void *DiagContext,
855 void *DiagContext, in create() argument
861 SM.setDiagHandler(DiagHandler, DiagContext); in create()
980 SourceMgr::DiagHandlerTy DiagHandler, void *DiagContext, in getVFSFromYAML() argument
982 return VFSFromYAML::create(std::move(Buffer), DiagHandler, DiagContext, in getVFSFromYAML()
/external/clang/include/clang/Basic/
DVirtualFileSystem.h252 void *DiagContext = nullptr,
/external/llvm/lib/Support/
DSourceMgr.cpp202 DiagHandler(Diagnostic, DiagContext); in PrintMessage()