Searched defs:ChainedDiagnosticConsumer (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h1 //===- ChainedDiagnosticConsumer.h - Chain Diagnostic Clients ---*- C++ -*-===//
19 /// ChainedDiagnosticConsumer - Chain two diagnostic clients so that diagnostics
23 class ChainedDiagnosticConsumer : public DiagnosticConsumer { class in namespace:clang
29 ChainedDiagnosticConsumer(DiagnosticConsumer *_Primary, function in class:clang::ChainedDiagnosticConsumer
65 return new ChainedDiagnosticConsumer(Primary->clone(Diags),

Completed in 59 milliseconds