Searched refs:SelectionEnd (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
D | ASTSelection.cpp | 43 SelectionEnd(Selection.getBegin() == Selection.getEnd() in ASTSelectionFinder() 102 SM.isBeforeInTranslationUnit(SelectionEnd.isValid() ? SelectionEnd in TraverseDecl() 146 if (!SelectionEnd.isValid()) { in selectionKindFor() 153 bool HasEnd = SM.isPointWithin(SelectionEnd, Range.getBegin(), End); in selectionKindFor() 156 if (SM.isPointWithin(Range.getBegin(), SelectionBegin, SelectionEnd) && in selectionKindFor() 157 SM.isPointWithin(End, SelectionBegin, SelectionEnd)) in selectionKindFor() 163 if (HasEnd && SelectionEnd != Range.getBegin()) in selectionKindFor() 169 const SourceLocation SelectionBegin, SelectionEnd; member in __anonaec46acd0111::ASTSelectionFinder
|
/external/pdfium/fxjs/xfa/ |
D | cjx_eventpseudomodel.cpp | 139 Property(pValue, XFA_Event::SelectionEnd, bSetting); in selEnd() 209 dwFlag != XFA_Event::SelectionEnd && dwFlag != XFA_Event::Change) { in Property() 252 case XFA_Event::SelectionEnd: in Property()
|
D | cjx_eventpseudomodel.h | 27 SelectionEnd, enumerator
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Tweak.h | 64 unsigned SelectionEnd; member
|
D | Tweak.cpp | 52 SelectionEnd(RangeEnd), ASTSelection(std::move(ASTSelection)) { in Selection()
|
/external/mesa3d/src/imgui/ |
D | imgui_memory_editor.h | 334 if (data->SelectionStart == 0 && data->SelectionEnd == data->BufTextLen) in Callback() 340 data->SelectionEnd = data->CursorPos = 2; in Callback()
|
D | imgui.h | 1438 …int SelectionEnd; // // Read-write // [Co… member 1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
|
D | imgui_widgets.cpp | 3027 SelectionStart = SelectionEnd = CursorPos; in DeleteChars() 3059 SelectionStart = SelectionEnd = CursorPos; in InsertChars() 3539 …const int utf8_selection_end = callback_data.SelectionEnd = ImTextCountUtf8BytesFromStr(text, text… in InputTextEx() 3550 …SelectionEnd != utf8_selection_end) { edit_state.StbState.select_end = ImTextCountCharsFromUt… in InputTextEx()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractVariable.cpp | 462 if (Inputs.SelectionBegin == Inputs.SelectionEnd) in REGISTER_TWEAK()
|