Home
last modified time | relevance | path

Searched refs:DiagHandlerCtxt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp654 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 DYAMLTraits.cpp59 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 DFormat.h5203 void *DiagHandlerCtxt);
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2013 void *DiagHandlerCtxt) { in parseConfiguration() argument
2022 DiagHandlerCtxt); in parseConfiguration()