HomeSort by: relevance | last modified time | path
    Searched defs:DepOpts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
HeaderIncludeGen.cpp 22 const DependencyOutputOptions &DepOpts;
33 const DependencyOutputOptions &DepOpts,
35 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts),
82 const DependencyOutputOptions &DepOpts,
90 switch (DepOpts.ShowIncludesDest) {
124 for (const auto &Header : DepOpts.ExtraDeps)
127 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth,
151 if (!DepOpts.ShowIncludesPretendHeader.empty()) {
152 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader
    [all...]
CompilerInstance.cpp 495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
496 if (!DepOpts.OutputFile.empty())
497 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts));
498 if (!DepOpts.DOTOutputFile.empty())
499 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile,
504 if (!ModuleDepCollector && !DepOpts.ModuleDependencyOutputDir.empty()) {
506 DepOpts.ModuleDependencyOutputDir);
522 if (DepOpts.ShowHeaderIncludes)
523 AttachHeaderIncludeGen(*PP, DepOpts);
524 if (!DepOpts.HeaderIncludeOutputFile.empty())
    [all...]

Completed in 15 milliseconds