Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Opts

172   DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts)
173 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
174 IncludeSystemHeaders(Opts.IncludeSystemHeaders),
175 PhonyTarget(Opts.UsePhonyTargets),
176 AddMissingHeaderDeps(Opts.AddMissingHeaderDeps),
178 IncludeModuleFiles(Opts.IncludeModuleFiles),
179 OutputFormat(Opts.OutputFormat) {
180 for (auto ExtraDep : Opts.ExtraDeps) {
234 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) {
236 if (Opts.Targets.empty()) {
242 if (Opts.AddMissingHeaderDeps)
245 DFGImpl *Callback = new DFGImpl(&PP, Opts);