Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dninja_toolchain_writer.cc96 if (CTool* c_tool = tool->AsC()) { in WriteToolRule() local
97 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()
Dtool.cc238 if (CTool* c_tool = tool->AsC()) { in CreateTool() local
239 if (c_tool->InitTool(scope, toolchain, err)) in CreateTool()