Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp43 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/
Dcjx_eventpseudomodel.cpp139 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()
Dcjx_eventpseudomodel.h27 SelectionEnd, enumerator
/external/llvm-project/clang-tools-extra/clangd/refactor/
DTweak.h64 unsigned SelectionEnd; member
DTweak.cpp52 SelectionEnd(RangeEnd), ASTSelection(std::move(ASTSelection)) { in Selection()
/external/mesa3d/src/imgui/
Dimgui_memory_editor.h334 if (data->SelectionStart == 0 && data->SelectionEnd == data->BufTextLen) in Callback()
340 data->SelectionEnd = data->CursorPos = 2; in Callback()
Dimgui.h1438 …int SelectionEnd; // // Read-write // [Co… member
1445 bool HasSelection() const { return SelectionStart != SelectionEnd; } in HasSelection()
Dimgui_widgets.cpp3027 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()
3550SelectionEnd != utf8_selection_end) { edit_state.StbState.select_end = ImTextCountCharsFromUt… in InputTextEx()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractVariable.cpp462 if (Inputs.SelectionBegin == Inputs.SelectionEnd) in REGISTER_TWEAK()