Lines Matching refs:tool
49 if (Tool* tool = GetTool(name)) { in GetToolAsGeneral() local
50 return tool->AsGeneral(); in GetToolAsGeneral()
56 if (const Tool* tool = GetTool(name)) { in GetToolAsGeneral() local
57 return tool->AsGeneral(); in GetToolAsGeneral()
63 if (Tool* tool = GetTool(name)) { in GetToolAsC() local
64 return tool->AsC(); in GetToolAsC()
70 if (const Tool* tool = GetTool(name)) { in GetToolAsC() local
71 return tool->AsC(); in GetToolAsC()
77 if (Tool* tool = GetTool(name)) { in GetToolAsRust() local
78 return tool->AsRust(); in GetToolAsRust()
84 if (const Tool* tool = GetTool(name)) { in GetToolAsRust() local
85 return tool->AsRust(); in GetToolAsRust()
99 for (const auto& tool : tools_) { in ToolchainSetupComplete() local
100 substitution_bits_.MergeFrom(tool.second->substitution_bits()); in ToolchainSetupComplete()