Home
last modified time | relevance | path

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

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