Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp42 CodeRangeASTSelection::create(Context.getSelectionRange(), in evaluate()
46 Context.getSelectionRange().getBegin(), in evaluate()
/freebsd/contrib/llvm-project/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