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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp44 SelectionEnd(Selection.getBegin() == Selection.getEnd()
103 SM.isBeforeInTranslationUnit(SelectionEnd.isValid() ? SelectionEnd
147 if (!SelectionEnd.isValid()) {
154 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End);
157 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) &&
158 SM.isPointWithin(End, SelectionBegin, SelectionEnd))
164 if (HasEnd && SelectionEnd != Range.getBegin())
170 const SourceLocation SelectionBegin, SelectionEnd; member in class:__anon3506::ASTSelectionFinder

Completed in 162 milliseconds