Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp81 new ForwardingDiagnosticConsumer(CI.getDiagnosticClient()), in onBodySynthesis()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDASTMerge.cpp46 new ForwardingDiagnosticConsumer( in ExecuteAction()
HDCompilerInstance.cpp1239 Instance.createDiagnostics(new ForwardingDiagnosticConsumer(
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDDiagnostic.cpp1196 ForwardingDiagnosticConsumer::~ForwardingDiagnosticConsumer() = default;
1198 void ForwardingDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic()
1204 void ForwardingDiagnosticConsumer::clear() { in clear()
1209 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h1812 class ForwardingDiagnosticConsumer : public DiagnosticConsumer {
1816 ForwardingDiagnosticConsumer(DiagnosticConsumer &Target) : Target(Target) {} in ForwardingDiagnosticConsumer() function
1817 ~ForwardingDiagnosticConsumer() override;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp250 new ForwardingDiagnosticConsumer(CI.getDiagnosticClient()), in visitModuleFile()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CrossTU/
HDCrossTranslationUnit.cpp606 auto *DiagClient = new ForwardingDiagnosticConsumer{CI.getDiagnosticClient()}; in loadFromSource()