Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 __anonb65016a60111::ASTSelectionFinder
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DTweak.h63 unsigned SelectionBegin; member
H A DTweak.cpp65 : Index(Index), AST(&AST), SelectionBegin(RangeBegin), in Selection()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp505 if (Inputs.SelectionBegin == Inputs.SelectionEnd) in REGISTER_TWEAK()