Searched refs:SelectionBegin (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 42 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 D | Tweak.h | 63 unsigned SelectionBegin; member
|
| H A D | Tweak.cpp | 65 : Index(Index), AST(&AST), SelectionBegin(RangeBegin), in Selection()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | ExtractVariable.cpp | 505 if (Inputs.SelectionBegin == Inputs.SelectionEnd) in REGISTER_TWEAK()
|