Home
last modified time | relevance | path

Searched defs:DiagHandler (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h177 DiagnosticHandlerFunction DiagHandler; member
303 DiagnosticHandlerFunction DiagHandler; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSourceMgr.h90 DiagHandlerTy DiagHandler = nullptr; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h240 lto_diagnostic_handler_t DiagHandler = nullptr; member
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h110 DiagHandlerTy DiagHandler; variable
440 void setDiagnosticHandler(DiagHandlerTy DiagHandler) { in setDiagnosticHandler()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp746 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, in setDiagnosticHandler()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLTraits.cpp59 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input()
67 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input()
H A DVirtualFileSystem.cpp2131 SourceMgr::DiagHandlerTy DiagHandler, in create()
2553 SourceMgr::DiagHandlerTy DiagHandler, in getVFSFromYAML()
2598 SourceMgr::DiagHandlerTy DiagHandler, in collectVFSFromYAML()
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DTextStub.cpp1094 static void DiagHandler(const SMDiagnostic &Diag, void *Context) { in DiagHandler() function
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1861 llvm::SourceMgr::DiagHandlerTy DiagHandler, in parseConfiguration()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2448 void AsmParser::DiagHandler(const SMDiagnostic &Diag, void *Context) { in DiagHandler() function in AsmParser
H A DMasmParser.cpp2805 void MasmParser::DiagHandler(const SMDiagnostic &Diag, void *Context) { in DiagHandler() function in MasmParser
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4398 TypoDiagnosticGenerator DiagHandler; member