Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp152 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End); in selectionKindFor() local
154 if (HasStart && HasEnd) in selectionKindFor()
161 if (HasStart && SelectionBegin != End) in selectionKindFor()