HomeSort by relevance Sort by last modified time
    Searched refs:DepOpts (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 23 const DependencyOutputOptions &DepOpts;
34 const DependencyOutputOptions &DepOpts,
36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts),
80 const DependencyOutputOptions &DepOpts,
107 for (const auto &Header : DepOpts.ExtraDeps)
110 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth,
134 if (!DepOpts.ShowIncludesPretendHeader.empty()) {
135 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader,
153 else if (!DepOpts.ShowIncludesPretendHeader.empty()
    [all...]
CompilerInstance.cpp 346 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
347 if (!DepOpts.OutputFile.empty())
349 DependencyFileGenerator::CreateAndAttachToPreprocessor(*PP, DepOpts));
350 if (!DepOpts.DOTOutputFile.empty())
351 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile,
356 if (!ModuleDepCollector && !DepOpts.ModuleDependencyOutputDir.empty()) {
358 DepOpts.ModuleDependencyOutputDir);
368 if (DepOpts.ShowHeaderIncludes)
369 AttachHeaderIncludeGen(*PP, DepOpts);
370 if (!DepOpts.HeaderIncludeOutputFile.empty())
    [all...]
  /external/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 755 DependencyOutputOptions &DepOpts,

Completed in 851 milliseconds