Home
last modified time | relevance | path

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

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