Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h43 void setSelectionRange(SourceRange R) { SelectionRange = R; } in setSelectionRange() function
/openbsd-src/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp420 Context.setSelectionRange(R); in callback()