Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringAction.h58 std::vector<std::unique_ptr<RefactoringAction>> createRefactoringActions();
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp98 std::vector<std::unique_ptr<RefactoringAction>> createRefactoringActions() { in createRefactoringActions() function