Lines Matching defs:Driver
13 #include "clang/Driver/Compilation.h"
14 #include "clang/Driver/Driver.h"
15 #include "clang/Driver/Job.h"
16 #include "clang/Driver/Tool.h"
557 std::unique_ptr<driver::Driver> Driver = std::make_unique<driver::Driver>(
560 Driver->setTitle("clang_based_tool");
573 Driver->BuildCompilation(llvm::ArrayRef(Argv)));