Searched refs:SelectionBegin (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
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 __anonaec46acd0111::ASTSelectionFinder
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Tweak.h | 62 unsigned SelectionBegin; member
|
D | Tweak.cpp | 51 : Index(Index), AST(&AST), SelectionBegin(RangeBegin), in Selection()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractVariable.cpp | 462 if (Inputs.SelectionBegin == Inputs.SelectionEnd) in REGISTER_TWEAK()
|