Home
last modified time | relevance | path

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

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