Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h65 void setASTSelection(std::unique_ptr<SelectedASTNode> Node) { in setASTSelection() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp48 Context.setASTSelection(std::move(StoredSelection)); in evaluate()