Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h184 DiagnosticHandlerFunction DiagHandler; global() member
305 DiagnosticHandlerFunction DiagHandler; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h90 DiagHandlerTy DiagHandler = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h239 lto_diagnostic_handler_t DiagHandler = nullptr; global() member
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp649 llvm::SourceMgr::DiagHandlerTy DiagHandler; global() member in __anon561c0f8f1211::YAMLConverter
665 YAMLConverter(const Module & TheModule,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) YAMLConverter() argument
1088 compile(const Module & M,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) compile() argument
1102 compileAPINotes(StringRef YAMLInput,const FileEntry * SourceFile,llvm::raw_ostream & OS,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) compileAPINotes() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h110 DiagHandlerTy DiagHandler; global() variable
440 setDiagnosticHandler(DiagHandlerTy DiagHandler) setDiagnosticHandler() argument
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp747 setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler,void * Ctxt) setDiagnosticHandler() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp59 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input() argument
67 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input() argument
H A DVirtualFileSystem.cpp2133 create(std::unique_ptr<MemoryBuffer> Buffer,SourceMgr::DiagHandlerTy DiagHandler,StringRef YAMLFilePath,void * DiagContext,IntrusiveRefCntPtr<FileSystem> ExternalFS) create() argument
2571 getVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer,SourceMgr::DiagHandlerTy DiagHandler,StringRef YAMLFilePath,void * DiagContext,IntrusiveRefCntPtr<FileSystem> ExternalFS) getVFSFromYAML() argument
2616 collectVFSFromYAML(std::unique_ptr<MemoryBuffer> Buffer,SourceMgr::DiagHandlerTy DiagHandler,StringRef YAMLFilePath,SmallVectorImpl<YAMLVFSEntry> & CollectedEntries,void * DiagContext,IntrusiveRefCntPtr<FileSystem> ExternalFS) collectVFSFromYAML() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1060 static void DiagHandler(const SMDiagnostic &Diag, void *Context) { in DiagHandler() function
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1988 parseConfiguration(llvm::MemoryBufferRef Config,FormatStyle * Style,bool AllowUnknownOptions,llvm::SourceMgr::DiagHandlerTy DiagHandler,void * DiagHandlerCtxt) parseConfiguration() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2444 void AsmParser::DiagHandler(const SMDiagnostic &Diag, void *Context) { DiagHandler() function in AsmParser
H A DMasmParser.cpp2773 void MasmParser::DiagHandler(const SMDiagnostic &Diag, void *Context) { DiagHandler() function in MasmParser
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4489 TypoDiagnosticGenerator DiagHandler; global() member