Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp293 bool SawSourceManager; member
295 DiagnosticConsumerExpectingSourceManager() : SawSourceManager(false) {} in DiagnosticConsumerExpectingSourceManager()
299 SawSourceManager = info.hasSourceManager(); in HandleDiagnostic()
326 EXPECT_TRUE(Consumer.SawSourceManager); in TEST()