Searched defs:DiagnosticConsumerExpectingSourceManager (Results 1 – 1 of 1) sorted by relevance
292 struct DiagnosticConsumerExpectingSourceManager : public DiagnosticConsumer { struct293 bool SawSourceManager;295 DiagnosticConsumerExpectingSourceManager() : SawSourceManager(false) {} in DiagnosticConsumerExpectingSourceManager() argument297 void HandleDiagnostic(clang::DiagnosticsEngine::Level, in HandleDiagnostic()