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