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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp22 const DependencyOutputOptions &DepOpts; member in class:__anon511::HeaderIncludesCallback
33 const DependencyOutputOptions &DepOpts,
35 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts),
79 const DependencyOutputOptions &DepOpts,
87 switch (DepOpts.ShowIncludesDest) {
121 for (const auto &Header : DepOpts.ExtraDeps)
124 &PP, ShowAllHeaders, OutputFile, DepOpts, OwnsOutputFile, ShowDepth,
148 if (!DepOpts.ShowIncludesPretendHeader.empty()) {
149 PrintHeaderInfo(OutputFile, DepOpts
31 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, raw_ostream *OutputFile_, const DependencyOutputOptions &DepOpts, bool OwnsOutputFile_, bool ShowDepth_, bool MSStyle_) argument
78 AttachHeaderIncludeGen(Preprocessor &PP, const DependencyOutputOptions &DepOpts, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth, bool MSStyle) argument
[all...]
H A DCompilerInstance.cpp425 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); local
426 if (!DepOpts.OutputFile.empty())
427 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts));
428 if (!DepOpts.DOTOutputFile.empty())
429 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile,
434 if (!ModuleDepCollector && !DepOpts.ModuleDependencyOutputDir.empty()) {
436 DepOpts.ModuleDependencyOutputDir);
452 if (DepOpts.ShowHeaderIncludes)
453 AttachHeaderIncludeGen(*PP, DepOpts);
454 if (!DepOpts
821 InitializeSourceManager( const FrontendInputFile &Input, DiagnosticsEngine &Diags, FileManager &FileMgr, SourceManager &SourceMgr, HeaderSearch *HS, DependencyOutputOptions &DepOpts, const FrontendOptions &Opts) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h187 /// \param DepOpts - Options controlling the output.
197 const DependencyOutputOptions &DepOpts,
H A DCompilerInstance.h771 DependencyOutputOptions &DepOpts,

Completed in 219 milliseconds