Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDRangeMap.h121 ContainsEndInclusive (BaseType r) const in ContainsEndInclusive() function
129 return Contains(range.GetRangeBase()) && ContainsEndInclusive(range.GetRangeEnd()); in Contains()