HomeSort by: relevance | last modified time | path
    Searched refs:getSelectionRange (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringActionRuleRequirements.h 49 if (Context.getSelectionRange().isValid())
50 return Context.getSelectionRange();
RefactoringRuleContext.h 41 SourceRange getSelectionRange() const { return SelectionRange; }
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelectionRequirements.cpp 41 Context.getSelectionRange(), *StoredSelection);
44 Context.getSelectionRange().getBegin(),
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
ClangRefactor.cpp 521 if (Context.getSelectionRange().isValid()) {
522 SourceRange R = Context.getSelectionRange();

Completed in 17 milliseconds