/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | Config.h | 184 DiagnosticHandlerFunction DiagHandler; global() member 305 DiagnosticHandlerFunction DiagHandler; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 90 DiagHandlerTy DiagHandler = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 239 lto_diagnostic_handler_t DiagHandler = nullptr; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 649 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 D | MCContext.h | 110 DiagHandlerTy DiagHandler; global() variable 440 setDiagnosticHandler(DiagHandlerTy DiagHandler) setDiagnosticHandler() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 747 setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler,void * Ctxt) setDiagnosticHandler() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 59 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input() argument 67 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input() argument
|
H A D | VirtualFileSystem.cpp | 2133 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 D | TextStub.cpp | 1060 static void DiagHandler(const SMDiagnostic &Diag, void *Context) { in DiagHandler() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 1988 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 D | AsmParser.cpp | 2444 void AsmParser::DiagHandler(const SMDiagnostic &Diag, void *Context) { DiagHandler() function in AsmParser
|
H A D | MasmParser.cpp | 2773 void MasmParser::DiagHandler(const SMDiagnostic &Diag, void *Context) { DiagHandler() function in MasmParser
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 4489 TypoDiagnosticGenerator DiagHandler; global() member
|