Searched refs:GetExactMatch (Results 1 – 7 of 7) sorted by relevance
119 m_location_spec.GetExactMatch());132 if (m_location_spec.GetExactMatch()) in FilterContexts() 347 s->Printf("exact_match = %d", m_location_spec.GetExactMatch());
56 EXPECT_TRUE(without_column.GetExactMatch()); in TEST()64 EXPECT_FALSE(with_column.GetExactMatch()); in TEST()
174 bool GetExactMatch() const { return m_exact_match; } in GetExactMatch() function
31 m_exact_match == rhs.GetExactMatch(); in operator ==()
356 const bool exact_match = src_location_spec.GetExactMatch(); in FindLineEntryIndexByFileIndexImpl()
270 bool GetExactMatch() const { return (m_options & e_exact_match) != 0; } in LLDB_MARK_AS_BITMASK_ENUM()
175 if (!GetExactMatch()) in LanguageMatches()