Home
last modified time | relevance | path

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

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