Searched refs:GetExactMatch (Results 1 – 6 of 6) sorted by relevance
113 m_location_spec.GetExactMatch()); in SerializeToStructuredData()126 if (m_location_spec.GetExactMatch()) in FilterContexts()329 s->Printf("exact_match = %d", m_location_spec.GetExactMatch()); in GetDescription()
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()
266 bool GetExactMatch() const { return (m_options & e_exact_match) != 0; } in LLDB_MARK_AS_BITMASK_ENUM()
156 if (GetExactMatch() || context_chain.size() == m_context.size()) in ContextMatches()