Searched refs:DiagHandlerCtxt (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesYAMLCompiler.cpp | 709 void *DiagHandlerCtxt; member in __anon10d1463d1311::YAMLConverter 716 DiagHandlerCtxt); in emitError() 725 void *DiagHandlerCtxt) in YAMLConverter() argument 727 DiagHandler(DiagHandler), DiagHandlerCtxt(DiagHandlerCtxt), in YAMLConverter() 1206 void *DiagHandlerCtxt) { in compile() argument 1207 YAMLConverter C(M, SourceFile, OS, DiagHandler, DiagHandlerCtxt); in compile() 1220 void *DiagHandlerCtxt) { in compileAPINotes() argument 1226 if (parseAPINotes(YAMLInput, TheModule, DiagHandler, DiagHandlerCtxt)) in compileAPINotes() 1229 return compile(TheModule, SourceFile, OS, DiagHandler, DiagHandlerCtxt); in compileAPINotes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 58 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input() argument 61 SrcMgr.setDiagHandler(DiagHandler, DiagHandlerCtxt); in Input() 66 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input() argument 69 SrcMgr.setDiagHandler(DiagHandler, DiagHandlerCtxt); in Input()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Multilib.h | 210 void *DiagHandlerCtxt = nullptr);
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Multilib.cpp | 481 void *DiagHandlerCtxt) { in parseYaml() argument 483 llvm::yaml::Input YamlInput(Input, nullptr, DiagHandler, DiagHandlerCtxt); in parseYaml()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 5552 void *DiagHandlerCtxt, bool IsDotHFile);
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 2116 void *DiagHandlerCtxt, bool IsDotHFile) { in parseConfiguration() argument 2125 DiagHandlerCtxt); in parseConfiguration()
|