Searched refs:SelectionBegin (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 44 SelectionBegin(Selection.getBegin()), in ASTSelectionFinder() 105 : SelectionBegin, in TraverseDecl() 150 if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End)) in selectionKindFor() 154 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End); in selectionKindFor() 158 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) && in selectionKindFor() 159 SM.isPointWithin(End, SelectionBegin, SelectionEnd)) in selectionKindFor() 163 if (HasStart && SelectionBegin != End) in selectionKindFor() 171 const SourceLocation SelectionBegin, SelectionEnd; member in __anone5b137a50111::ASTSelectionFinder
|