Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp65 class ClangDiagnosticHandler final : public DiagnosticHandler { class
67 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler() function in clang::ClangDiagnosticHandler
294 Ctx.setDiagnosticHandler(std::make_unique<ClangDiagnosticHandler>( in HandleTranslationUnit()
395 bool ClangDiagnosticHandler::handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
1204 std::make_unique<ClangDiagnosticHandler>(CodeGenOpts, &Result)); in ExecuteAction()