Searched defs:Driver (Results 1 – 13 of 13) sorted by relevance
45 std::string &Driver = Cmd.CommandLine.front(); in addLocation() local
407 const std::unique_ptr<driver::Driver> Driver( in run() local
25 using Driver = bool (*)(llvm::ArrayRef<const char *>, llvm::raw_ostream &, variable
35 using Driver = bool (*)(llvm::ArrayRef<const char *>, llvm::raw_ostream &, typedef
172 driver::Driver Driver(/*MainBinaryName=*/ClangArgv[0], TT, Diags); in create() local
40 class Driver; variable
57 class Driver; variable
399 types::getCompilationPhases(const clang::driver::Driver &Driver, in getCompilationPhases()
202 Driver::Driver(StringRef ClangExecutable, StringRef TargetTriple, Driver() function in Driver [all...]
289 json::Object &Driver = *Tool.getObject("driver"); in endRun() local
100 Driver::Driver() in Driver() function in Driver
540 std::unique_ptr<driver::Driver> Driver = std::make_unique<driver::Driver>( in forEachDriverJob() local
2498 const auto &Driver = C.getDriver(); in DumpCompilationDatabaseFragmentToDir() local