Lines Matching refs:DepOpts
22 const DependencyOutputOptions &DepOpts; member in __anon98aea4870111::HeaderIncludesCallback
33 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() argument
35 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts), in HeaderIncludesCallback()
79 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen() argument
87 switch (DepOpts.ShowIncludesDest) { in AttachHeaderIncludeGen()
121 for (const auto &Header : DepOpts.ExtraDeps) in AttachHeaderIncludeGen()
124 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen()
148 if (!DepOpts.ShowIncludesPretendHeader.empty()) { in FileChanged()
149 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader, in FileChanged()
167 else if (!DepOpts.ShowIncludesPretendHeader.empty()) in FileChanged()
170 if (!DepOpts.IncludeSystemHeaders && isSystem(NewFileType)) in FileChanged()