Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h121 DiagnosticConsumer *PrimaryClient; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp678 : Diags(Diags_), PrimaryClient(Diags.getClient()), in VerifyDiagnosticConsumer()
715 PrimaryClient->BeginSourceFile(LangOpts, PP); in BeginSourceFile()
720 PrimaryClient->EndSourceFile(); in EndSourceFile()
1084 Diags.setClient(PrimaryClient, false); in CheckDiagnostics()