Searched refs:GetExactMatch (Results 1 – 8 of 8) sorted by relevance
119 m_location_spec.GetExactMatch()); in SerializeToStructuredData()132 if (m_location_spec.GetExactMatch()) in FilterContexts()347 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 ==()
357 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()
383 if (src_location_spec.GetExactMatch()) { in ResolveSymbolContext()
175 if (!GetExactMatch()) in ContextMatches()
525 if (query_context.size() <= 1 && !query.GetExactMatch()) in GetTypesWithQuery()