Searched refs:ClangMoveAction (Results 1 – 2 of 2) sorted by relevance
202 class ClangMoveAction : public clang::ASTFrontendAction {204 ClangMoveAction(ClangMoveContext *const Context, in ClangMoveAction() function210 ~ClangMoveAction() override = default;228 return std::make_unique<ClangMoveAction>(Context, Reporter); in create()
477 ClangMoveAction::CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer()