Home
last modified time | relevance | path

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

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