Home | History | Annotate | Download | only in gn

Lines Matching refs:Tool

13 void SetCommandForTool(const std::string& cmd, Tool* tool) {
19 tool->set_command(command);
47 scoped_ptr<Tool> cc_tool(new Tool);
57 scoped_ptr<Tool> cxx_tool(new Tool);
67 scoped_ptr<Tool> objc_tool(new Tool);
77 scoped_ptr<Tool> objcxx_tool(new Tool);
89 scoped_ptr<Tool> alink_tool(new Tool);
97 scoped_ptr<Tool> solink_tool(new Tool);
107 scoped_ptr<Tool> link_tool(new Tool);
115 scoped_ptr<Tool> stamp_tool(new Tool);
120 scoped_ptr<Tool> copy_tool(new Tool);