Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDVerifyDiagnosticConsumer.h113 DiagnosticConsumer *PrimaryClient; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp670 : Diags(Diags_), PrimaryClient(Diags.getClient()), in VerifyDiagnosticConsumer()
707 PrimaryClient->BeginSourceFile(LangOpts, PP); in BeginSourceFile()
712 PrimaryClient->EndSourceFile(); in EndSourceFile()
1071 Diags.setClient(PrimaryClient, false); in CheckDiagnostics()