Searched refs:DepOpts (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 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() [all …]
|
| H A D | CompilerInstance.cpp | 492 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() local 493 if (!DepOpts.OutputFile.empty()) in createPreprocessor() 494 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts)); in createPreprocessor() 495 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor() 496 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor() 501 if (!ModuleDepCollector && !DepOpts.ModuleDependencyOutputDir.empty()) { in createPreprocessor() 503 DepOpts.ModuleDependencyOutputDir); in createPreprocessor() 519 if (DepOpts.ShowHeaderIncludes) in createPreprocessor() 520 AttachHeaderIncludeGen(*PP, DepOpts); in createPreprocessor() 521 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor() [all …]
|