Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp41 Context.getSelectionRange(), *StoredSelection); in evaluate()
44 Context.getSelectionRange().getBegin(), in evaluate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRuleRequirements.h50 if (Context.getSelectionRange().isValid()) in evaluate()
51 return Context.getSelectionRange(); in evaluate()
H A DRefactoringRuleContext.h42 SourceRange getSelectionRange() const { return SelectionRange; } in getSelectionRange() function