Searched refs:DiagContext (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | DiagnosticHandler.h | 26 DiagnosticHandler(void *DiagContext = nullptr) 27 : DiagnosticContext(DiagContext) {} in DiagnosticContext()
|
| D | LLVMContext.h | 170 void *DiagContext = nullptr, bool RespectFilters = false);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | SourceMgr.h | 91 void *DiagContext = nullptr; variable 111 DiagContext = Ctx; 115 void *getDiagContext() const { return DiagContext; } in getDiagContext()
|
| D | VirtualFileSystem.h | 506 StringRef YAMLFilePath, void *DiagContext = nullptr, 824 void *DiagContext, IntrusiveRefCntPtr<FileSystem> ExternalFS); 869 void *DiagContext = nullptr,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 642 (*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/ |
| D | LTOCodeGenerator.h | 234 void *DiagContext = nullptr; member
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/APINotes/ |
| D | APINotesYAMLCompiler.cpp | 585 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/ |
| D | VirtualFileSystem.cpp | 1753 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()
|
| D | SourceMgr.cpp | 328 DiagHandler(Diagnostic, DiagContext); in PrintMessage()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | DWARFEmitter.cpp | 1054 auto CollectDiagnostic = [](const SMDiagnostic &Diag, void *DiagContext) { in emitDebugSections() argument 1055 *static_cast<SMDiagnostic *>(DiagContext) = Diag; in emitDebugSections()
|