Home
last modified time | relevance | path

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

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