Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Expression/
H A DCppModuleConfigurationTest.cpp21 struct CppModuleConfigurationTest : public testing::Test { struct
22 llvm::MemoryBufferRef m_empty_buffer;
23 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> m_fs;
25 CppModuleConfigurationTest() in CppModuleConfigurationTest() function
29 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() argument
76 TEST_F(CppModuleConfigurationTest, LinuxTargetSpecificInclude) { in TEST_F() argument
96 TEST_F(CppModuleConfigurationTest, Sysroot) { in TEST_F() argument
[all …]