Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp38 std::unique_ptr<SelectedASTNode> StoredSelection = in evaluate() local
42 *StoredSelection); in evaluate()
47 Context.setASTSelection(std::move(StoredSelection)); in evaluate()