Searched refs:c_tool (Results 1 – 2 of 2) sorted by relevance
96 if (CTool* c_tool = tool->AsC()) { in WriteToolRule() local97 if (c_tool->depsformat() == CTool::DEPS_GCC) { in WriteToolRule()99 if (!c_tool->depfile().empty()) { in WriteToolRule()103 } else if (c_tool->depsformat() == CTool::DEPS_MSVC) { in WriteToolRule()
238 if (CTool* c_tool = tool->AsC()) { in CreateTool() local239 if (c_tool->InitTool(scope, toolchain, err)) in CreateTool()