Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp23 const DependencyOutputOptions &DepOpts; member in __anon30ddcab10111::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/clang/include/clang/Frontend/
DUtils.h168 const DependencyOutputOptions &DepOpts,
DCompilerInstance.h755 DependencyOutputOptions &DepOpts,