Home
last modified time | relevance | path

Searched defs:DiagnosticConsumerExpectingSourceManager (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp292 struct DiagnosticConsumerExpectingSourceManager : public DiagnosticConsumer { struct
293 bool SawSourceManager;
295 DiagnosticConsumerExpectingSourceManager() : SawSourceManager(false) {} in DiagnosticConsumerExpectingSourceManager() argument
297 void HandleDiagnostic(clang::DiagnosticsEngine::Level, in HandleDiagnostic()