Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DHeaderIncludeGen.cpp22 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 …]
DCompilerInstance.cpp439 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/
DHeaderIncludeGen.cpp23 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()
DCompilerInstance.cpp346 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/
DUtils.h197 const DependencyOutputOptions &DepOpts,
/external/clang/include/clang/Frontend/
DUtils.h168 const DependencyOutputOptions &DepOpts,
DCompilerInstance.h755 DependencyOutputOptions &DepOpts,