Searched refs:m_check_inlines (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DSourceLocationSpec.h172 bool GetCheckInlines() const { return m_check_inlines; }
179 bool m_check_inlines; member in class:lldb_private::SourceLocationSpec
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DSourceLocationSpec.cpp21 m_check_inlines(check_inlines), m_exact_match(exact_match) {}
29 m_check_inlines == rhs.GetCheckInlines() &&
59 s << "check inlines = " << llvm::toStringRef(m_check_inlines);

Completed in 171 milliseconds