Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDiagnosticHandler.h26 DiagnosticHandler(void *DiagContext = nullptr)
27 : DiagnosticContext(DiagContext) {} in DiagnosticContext()
DLLVMContext.h170 void *DiagContext = nullptr, bool RespectFilters = false);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DSourceMgr.h91 void *DiagContext = nullptr; variable
111 DiagContext = Ctx;
115 void *getDiagContext() const { return DiagContext; } in getDiagContext()
DVirtualFileSystem.h506 StringRef YAMLFilePath, void *DiagContext = nullptr,
824 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS);
869 void *DiagContext = nullptr,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp642 (*DiagHandler)(Severity, MsgStorage.c_str(), DiagContext); in DiagnosticHandler()
661 this->DiagContext = Ctxt; in setDiagnosticHandler()
682 (*DiagHandler)(LTO_DS_ERROR, ErrMsg.c_str(), DiagContext); in emitError()
689 (*DiagHandler)(LTO_DS_WARNING, ErrMsg.c_str(), DiagContext); in emitWarning()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h234 void *DiagContext = nullptr; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/APINotes/
DAPINotesYAMLCompiler.cpp585 void *DiagContext) { in parseAPINotes() argument
586 llvm::yaml::Input IS(YI, nullptr, Diag, DiagContext); in parseAPINotes()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp1753 StringRef YAMLFilePath, void *DiagContext, in create() argument
1758 SM.setDiagHandler(DiagHandler, DiagContext); in create()
2079 StringRef YAMLFilePath, void *DiagContext, in getVFSFromYAML() argument
2082 YAMLFilePath, DiagContext, in getVFSFromYAML()
2126 void *DiagContext, in collectVFSFromYAML() argument
2129 std::move(Buffer), DiagHandler, YAMLFilePath, DiagContext, in collectVFSFromYAML()
DSourceMgr.cpp328 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp1054 auto CollectDiagnostic = [](const SMDiagnostic &Diag, void *DiagContext) { in emitDebugSections() argument
1055 *static_cast<SMDiagnostic *>(DiagContext) = Diag; in emitDebugSections()