Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp157 class FunctionDeclarationMatch : public MatchFinder::MatchCallback { class
159 explicit FunctionDeclarationMatch(ClangMoveTool *MoveTool) in FunctionDeclarationMatch() function in clang::move::__anon441e22450111::FunctionDeclarationMatch
635 MatchCallbacks.push_back(std::make_unique<FunctionDeclarationMatch>(this)); in registerMatchers()