Home
last modified time | relevance | path

Searched defs:SelectionRange (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h75 SourceRange SelectionRange; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp184 SourceRange SelectionRange) { in findSelectedASTNodes()
380 CodeRangeASTSelection::create(SourceRange SelectionRange, in create()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp67 SourceRange SelectionRange, std::string NewName) { in initiate()