Home
last modified time | relevance | path

Searched refs:DepOpts (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp22 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()
[all …]
H A DCompilerInstance.cpp495 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h197 const DependencyOutputOptions &DepOpts,