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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp154 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End); local
155 if (HasStart && HasEnd)
164 if (HasEnd && SelectionEnd != Range.getBegin())

Completed in 42 milliseconds