Home
last modified time | relevance | path

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

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