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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp43 SelectionBegin(Selection.getBegin()),
104 : SelectionBegin,
149 if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End))
153 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End);
157 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) &&
158 SM.isPointWithin(End, SelectionBegin, SelectionEnd))
162 if (HasStart && SelectionBegin != End)
170 const SourceLocation SelectionBegin, SelectionEnd; member in class:__anon3506::ASTSelectionFinder

Completed in 98 milliseconds