Searched defs:Driver (Results 1 – 12 of 12) sorted by relevance
8 Driver subtitle11 I run ``clang -cc1 ...`` and get weird errors about missing headers54 I get errors about some headers being missing (``stddef.h``, ``stdarg.h``)
21 class Driver; variable
40 class Driver; variable
56 class Driver; variable
30 ### Driver subsection
58 static const char Driver[] = OVERRIDE_PATH_HUNTD; variable60 static const char Driver[] = PATH_HUNTD; variable
118 auto Driver = std::make_unique<driver::Driver>( in main() local
160 driver::Driver Driver(/*MainBinaryName=*/ClangArgv[0], in create() local
324 types::getCompilationPhases(const clang::driver::Driver &Driver, in getCompilationPhases()
132 Driver::Driver(StringRef ClangExecutable, StringRef TargetTriple, in Driver() function in Driver
342 const std::unique_ptr<driver::Driver> Driver( in run() local
2345 const auto &Driver = C.getDriver(); in DumpCompilationDatabaseFragmentToDir() local