Home
last modified time | relevance | path

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

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