Home
last modified time | relevance | path

Searched refs:setSelectionRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringActionRulesTest.cpp105 RefContext.setSelectionRange({Cursor, Cursor}); in TEST_F()
167 RefContext.setSelectionRange({Cursor, Cursor}); in TEST_F()
226 RefContext.setSelectionRange({Cursor, Cursor}); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h43 void setSelectionRange(SourceRange R) { SelectionRange = R; } in setSelectionRange() function
/llvm-project-15.0.7/clang/tools/clang-refactor/
H A DClangRefactor.cpp418 Context.setSelectionRange(R); in callback()