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