OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Sep 24 00:25:51 UTC 2026