Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp709 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 DYAMLTraits.cpp58 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 DMultilib.h210 void *DiagHandlerCtxt = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp481 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 DFormat.h5552 void *DiagHandlerCtxt, bool IsDotHFile);
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2116 void *DiagHandlerCtxt, bool IsDotHFile) { in parseConfiguration() argument
2125 DiagHandlerCtxt); in parseConfiguration()