Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp46 Context.setASTSelection(std::move(StoredSelection)); in evaluate()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h65 void setASTSelection(std::unique_ptr<SelectedASTNode> Node) { in setASTSelection() function