Searched refs:DepOpts (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 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() [all …]
|
D | CompilerInstance.cpp | 439 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() local 440 if (!DepOpts.OutputFile.empty()) in createPreprocessor() 441 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts)); in createPreprocessor() 442 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor() 443 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor() 448 if (!ModuleDepCollector && !DepOpts.ModuleDependencyOutputDir.empty()) { in createPreprocessor() 450 DepOpts.ModuleDependencyOutputDir); in createPreprocessor() 466 if (DepOpts.ShowHeaderIncludes) in createPreprocessor() 467 AttachHeaderIncludeGen(*PP, DepOpts); in createPreprocessor() 468 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor() [all …]
|
/external/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 23 const DependencyOutputOptions &DepOpts; member in __anonb79abf990111::HeaderIncludesCallback 34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() argument 36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts), in HeaderIncludesCallback() 80 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen() argument 107 for (const auto &Header : DepOpts.ExtraDeps) in AttachHeaderIncludeGen() 110 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth, in AttachHeaderIncludeGen() 134 if (!DepOpts.ShowIncludesPretendHeader.empty()) { in FileChanged() 135 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader, in FileChanged() 153 else if (!DepOpts.ShowIncludesPretendHeader.empty()) in FileChanged()
|
D | CompilerInstance.cpp | 346 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() local 347 if (!DepOpts.OutputFile.empty()) in createPreprocessor() 349 DependencyFileGenerator::CreateAndAttachToPreprocessor(*PP, DepOpts)); in createPreprocessor() 350 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor() 351 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor() 356 if (!ModuleDepCollector && !DepOpts.ModuleDependencyOutputDir.empty()) { in createPreprocessor() 358 DepOpts.ModuleDependencyOutputDir); in createPreprocessor() 368 if (DepOpts.ShowHeaderIncludes) in createPreprocessor() 369 AttachHeaderIncludeGen(*PP, DepOpts); in createPreprocessor() 370 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor() [all …]
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | Utils.h | 197 const DependencyOutputOptions &DepOpts,
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 168 const DependencyOutputOptions &DepOpts,
|
D | CompilerInstance.h | 755 DependencyOutputOptions &DepOpts,
|