Home
last modified time | relevance | path

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

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