Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp38 std::unique_ptr<SelectedASTNode> StoredSelection = in evaluate() local
41 Context.getSelectionRange(), *StoredSelection); in evaluate()
46 Context.setASTSelection(std::move(StoredSelection)); in evaluate()