Home
last modified time | relevance | path

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

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