Searched refs:DepOpts (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp22 const DependencyOutputOptions &DepOpts; member in class:__anon630::HeaderIncludesCallback
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
31 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, raw_ostream *OutputFile_, const DependencyOutputOptions &DepOpts, bool OwnsOutputFile_, bool ShowDepth_, bool MSStyle_) argument
81 AttachHeaderIncludeGen(Preprocessor &PP, const DependencyOutputOptions &DepOpts, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth, bool MSStyle) argument
[all...]
H A DCompilerInstance.cpp495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); local
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
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h187 /// \param DepOpts - Options controlling the output.
197 const DependencyOutputOptions &DepOpts,

Completed in 217 milliseconds