Searched refs:DepOpts (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 23 const DependencyOutputOptions &DepOpts; member in __anon65e8ac250111::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() [all …]
|
| H A D | CompilerInstance.cpp | 495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() local 496 if (!DepOpts.OutputFile.empty()) in createPreprocessor() 497 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts)); in createPreprocessor() 498 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor() 499 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor() 504 if (!ModuleDepCollector && !DepOpts.ModuleDependencyOutputDir.empty()) { in createPreprocessor() 506 DepOpts.ModuleDependencyOutputDir); in createPreprocessor() 522 if (DepOpts.ShowHeaderIncludes) in createPreprocessor() 523 AttachHeaderIncludeGen(*PP, DepOpts); in createPreprocessor() 524 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | Utils.h | 183 const DependencyOutputOptions &DepOpts,
|