Home | History | Annotate | Download | only in Frontend

Lines Matching defs:DepOpts

22   const DependencyOutputOptions &DepOpts;
33 const DependencyOutputOptions &DepOpts,
35 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts),
82 const DependencyOutputOptions &DepOpts,
90 switch (DepOpts.ShowIncludesDest) {
124 for (const auto &Header : DepOpts.ExtraDeps)
127 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth,
151 if (!DepOpts.ShowIncludesPretendHeader.empty()) {
152 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader,
170 else if (!DepOpts.ShowIncludesPretendHeader.empty())
173 if (!DepOpts.IncludeSystemHeaders && isSystem(NewFileType))
191 if (!DepOpts.ShowSkippedHeaderIncludes)
194 if (!DepOpts.IncludeSystemHeaders && isSystem(FileType))