Searched defs:CppModuleConfigurationTest (Results 1 – 1 of 1) sorted by relevance
21 struct CppModuleConfigurationTest : public testing::Test { struct22 llvm::MemoryBufferRef m_empty_buffer;23 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> m_fs;25 CppModuleConfigurationTest() in CppModuleConfigurationTest() argument29 void SetUp() override { in SetUp()34 void TearDown() override { in TearDown()40 FileSpecList makeFiles(llvm::ArrayRef<std::string> paths) { in makeFiles()60 TEST_F(CppModuleConfigurationTest, Linux) { in TEST_F() argument76 TEST_F(CppModuleConfigurationTest, LinuxTargetSpecificInclude) { in TEST_F() argument96 TEST_F(CppModuleConfigurationTest, Sysroot) { in TEST_F() argument[all …]