Searched refs:DiagHandlerCtxt (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 654 void *DiagHandlerCtxt; member in __anon10d1463d1211::YAMLConverter 661 DiagHandlerCtxt); in emitError() 670 void *DiagHandlerCtxt) in YAMLConverter() argument 672 DiagHandler(DiagHandler), DiagHandlerCtxt(DiagHandlerCtxt), in YAMLConverter() 1118 void *DiagHandlerCtxt) { in compile() argument 1119 YAMLConverter C(M, SourceFile, OS, DiagHandler, DiagHandlerCtxt); in compile() 1132 void *DiagHandlerCtxt) { in compileAPINotes() argument 1138 if (parseAPINotes(YAMLInput, TheModule, DiagHandler, DiagHandlerCtxt)) in compileAPINotes() 1141 return compile(TheModule, SourceFile, OS, DiagHandler, DiagHandlerCtxt); in compileAPINotes()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 59 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input() argument 62 SrcMgr.setDiagHandler(DiagHandler, DiagHandlerCtxt); in Input() 67 SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) in Input() argument 70 SrcMgr.setDiagHandler(DiagHandler, DiagHandlerCtxt); in Input()
|
/freebsd/contrib/llvm-project/clang/include/clang/Format/ |
H A D | Format.h | 5203 void *DiagHandlerCtxt);
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 2013 void *DiagHandlerCtxt) { in parseConfiguration() argument 2022 DiagHandlerCtxt); in parseConfiguration()
|