Lines Matching refs:DepOpts
23 const DependencyOutputOptions &DepOpts; member in __anonfb3caf500111::HeaderIncludesCallback
34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() argument
36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts), in HeaderIncludesCallback()
58 if (!DepOpts.IncludeSystemHeaders && isSystem(HeaderType)) in ShouldShowHeader()
182 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen() argument
190 switch (DepOpts.ShowIncludesDest) { in AttachHeaderIncludeGen()
219 switch (DepOpts.HeaderIncludeFormat) { in AttachHeaderIncludeGen()
223 assert(DepOpts.HeaderIncludeFiltering == HIFIL_None && in AttachHeaderIncludeGen()
231 for (const auto &Header : DepOpts.ExtraDeps) in AttachHeaderIncludeGen()
234 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()
239 switch (DepOpts.HeaderIncludeFiltering) { in AttachHeaderIncludeGen()
301 if (!DepOpts.ShowSkippedHeaderIncludes) in FileSkipped()