Home
last modified time | relevance | path

Searched refs:getSelectionRange (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp41 Context.getSelectionRange(), *StoredSelection); in evaluate()
44 Context.getSelectionRange().getBegin(), in evaluate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRuleRequirements.h49 if (Context.getSelectionRange().isValid()) in evaluate()
50 return Context.getSelectionRange(); in evaluate()
H A DRefactoringRuleContext.h41 SourceRange getSelectionRange() const { return SelectionRange; } in getSelectionRange() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp521 if (Context.getSelectionRange().isValid()) { in logInvocation()
522 SourceRange R = Context.getSelectionRange(); in logInvocation()