Lines Matching defs:ToolAction
68 ToolAction::~ToolAction() = default;
183 bool runToolOnCode(std::unique_ptr<FrontendAction> ToolAction,
186 return runToolOnCodeWithArgs(std::move(ToolAction), Code,
210 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code,
223 std::move(ToolAction), Files.get(), std::move(PCHContainerOps));
228 std::unique_ptr<FrontendAction> ToolAction, const Twine &Code,
250 return runToolOnCodeWithArgs(std::move(ToolAction), Code, OverlayFileSystem,
353 std::vector<std::string> CommandLine, ToolAction *Action,
519 int ClangTool::run(ToolAction *Action) {
645 class ASTBuilderAction : public ToolAction {