Lines Matching refs:DepOpts
23 const DependencyOutputOptions &DepOpts; member in __anon6aa20c9d0111::HeaderIncludesCallback
34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() argument
36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts), in HeaderIncludesCallback()
120 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen() argument
128 switch (DepOpts.ShowIncludesDest) { in AttachHeaderIncludeGen()
157 switch (DepOpts.HeaderIncludeFormat) { in AttachHeaderIncludeGen()
161 assert(DepOpts.HeaderIncludeFiltering == HIFIL_None && in AttachHeaderIncludeGen()
169 for (const auto &Header : DepOpts.ExtraDeps) in AttachHeaderIncludeGen()
172 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()
177 assert(DepOpts.HeaderIncludeFiltering == HIFIL_Only_Direct_System && in AttachHeaderIncludeGen()
206 if (!DepOpts.ShowIncludesPretendHeader.empty()) { in FileChanged()
207 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader, in FileChanged()
225 else if (!DepOpts.ShowIncludesPretendHeader.empty()) in FileChanged()
228 if (!DepOpts.IncludeSystemHeaders && isSystem(NewFileType)) in FileChanged()
246 if (!DepOpts.ShowSkippedHeaderIncludes) in FileSkipped()
249 if (!DepOpts.IncludeSystemHeaders && isSystem(FileType)) in FileSkipped()