Searched refs:ClangDiagnosticHandler (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp54 class ClangDiagnosticHandler final : public DiagnosticHandler {
56 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) function in class:clang::final
308 Ctx.setDiagnosticHandler(std::make_unique<ClangDiagnosticHandler>(
422 bool ClangDiagnosticHandler::handleDiagnostics(const DiagnosticInfo &DI) {
1158 std::make_unique<ClangDiagnosticHandler>(CodeGenOpts, &Result));

Completed in 185 milliseconds