Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp42 SelectionBegin(Selection.getBegin()), in ASTSelectionFinder()
103 : SelectionBegin, in TraverseDecl()
148 if (SM.isPointWithin(SelectionBegin, Range.getBegin(), End)) in selectionKindFor()
152 bool HasStart = SM.isPointWithin(SelectionBegin, Range.getBegin(), End); in selectionKindFor()
156 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) && in selectionKindFor()
157 SM.isPointWithin(End, SelectionBegin, SelectionEnd)) in selectionKindFor()
161 if (HasStart && SelectionBegin != End) in selectionKindFor()
169 const SourceLocation SelectionBegin, SelectionEnd; member in __anonb51701aa0111::ASTSelectionFinder