Home | History | Annotate | Download | only in Driver

Lines Matching refs:Tool

26 #include "clang/Driver/Tool.h"
376 // Clear stale state and suppress tool output.
499 const Tool &FailingTool = FailingCommand->getCreator();
648 // FIXME: We need tool chain support for this.
1219 static const Tool &SelectToolForJob(Compilation &C, const ToolChain *TC,
1222 const Tool *ToolForJob = 0;
1242 const Tool &Compiler = TC->SelectTool(
1250 // Otherwise use the tool for the current job.
1304 const Tool &T = SelectToolForJob(C, TC, JA, Inputs);