Searched refs:HasEnd (Results 1 – 2 of 2) sorted by relevance
54 concept HasEnd = requires (T t) {85 static_assert(HasEnd<OwningView&>); in test()86 static_assert(HasEnd<OwningView&&>); in test()87 static_assert(!HasEnd<const OwningView&>); in test()88 static_assert(!HasEnd<const OwningView&&>); in test()
153 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End); in selectionKindFor() local154 if (HasStart && HasEnd) in selectionKindFor()163 if (HasEnd && SelectionEnd != Range.getBegin()) in selectionKindFor()