Lines Matching refs:DepOpts
23 const DependencyOutputOptions &DepOpts; member in __anon1e3195860111::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()
139 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen() argument
147 switch (DepOpts.ShowIncludesDest) { in AttachHeaderIncludeGen()
176 switch (DepOpts.HeaderIncludeFormat) { in AttachHeaderIncludeGen()
180 assert(DepOpts.HeaderIncludeFiltering == HIFIL_None && in AttachHeaderIncludeGen()
188 for (const auto &Header : DepOpts.ExtraDeps) in AttachHeaderIncludeGen()
191 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()
196 assert(DepOpts.HeaderIncludeFiltering == HIFIL_Only_Direct_System && in AttachHeaderIncludeGen()
251 if (!DepOpts.ShowSkippedHeaderIncludes) in FileSkipped()