HomeSort by relevance Sort by last modified time
    Searched refs:DepOpts (Results 1 - 21 of 21) 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...]
  /frameworks/compile/slang/
slang.cpp 365 clang::DependencyOutputOptions DepOpts;
366 DepOpts.IncludeSystemHeaders = 1;
368 DepOpts.UsePhonyTargets = 1;
369 DepOpts.OutputFile = mDepOutputFileName;
370 DepOpts.Targets = mAdditionalDepTargets;
371 DepOpts.Targets.push_back(mDepTargetBCFileName);
376 DepOpts.Targets.push_back(*I);
382 clang::DependencyFileGenerator::CreateAndAttachToPreprocessor(*mPP.get(), DepOpts);
  /external/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 755 DependencyOutputOptions &DepOpts,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 762 DependencyOutputOptions &DepOpts,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 762 DependencyOutputOptions &DepOpts,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 762 DependencyOutputOptions &DepOpts,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 762 DependencyOutputOptions &DepOpts,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 762 DependencyOutputOptions &DepOpts,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 762 DependencyOutputOptions &DepOpts,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 762 DependencyOutputOptions &DepOpts,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
Utils.h 158 /// \param DepOpts - Options controlling the output.
168 const DependencyOutputOptions &DepOpts,
CompilerInstance.h 762 DependencyOutputOptions &DepOpts,

Completed in 2593 milliseconds