Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Core/
H A DSourceLocationSpecTest.cpp60 SourceLocationSpec with_column(fs, line, column, true, false); in TEST() local
61 EXPECT_TRUE(with_column); in TEST()
62 EXPECT_EQ(column, *with_column.GetColumn()); in TEST()
63 EXPECT_TRUE(with_column.GetCheckInlines()); in TEST()
64 EXPECT_FALSE(with_column.GetExactMatch()); in TEST()
67 with_column.GetString().c_str()); in TEST()