Home
last modified time | relevance | path

Searched refs:CCommandLine (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp739 std::vector<const char *> CCommandLine(CommandLine.size(), nullptr); in scanDependencies() local
740 llvm::transform(CommandLine, CCommandLine.begin(), in scanDependencies()
742 auto DiagOpts = CreateAndPopulateDiagOpts(CCommandLine); in scanDependencies()