Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.cpp174 class VarDeclarationMatch : public MatchFinder::MatchCallback { class
176 explicit VarDeclarationMatch(ClangMoveTool *MoveTool) in VarDeclarationMatch() function in clang::move::__anon0822c8420111::VarDeclarationMatch
639 MatchCallbacks.push_back(std::make_unique<VarDeclarationMatch>(this)); in registerMatchers()