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

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h26 std::unique_ptr<DiagnosticConsumer> Secondary; member in class:clang::ChainedDiagnosticConsumer
32 Secondary.reset(_Secondary);
38 Secondary->BeginSourceFile(LO, PP);
42 Secondary->EndSourceFile();
47 Secondary->finish();
61 Secondary->HandleDiagnostic(DiagLevel, Info);

Completed in 1522 milliseconds