Home
last modified time | relevance | path

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

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