Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp22 const DependencyOutputOptions &DepOpts; member in __anon33b8e2800111::HeaderIncludesCallback
33 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() argument
35 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts), in HeaderIncludesCallback()
90 switch (DepOpts.ShowIncludesDest) { in AttachHeaderIncludeGen()
124 for (const auto &Header : DepOpts.ExtraDeps) in AttachHeaderIncludeGen()
151 if (!DepOpts.ShowIncludesPretendHeader.empty()) { in FileChanged()
152 PrintHeaderInfo(OutputFile, DepOpts.ShowIncludesPretendHeader, in FileChanged()
170 else if (!DepOpts.ShowIncludesPretendHeader.empty()) in FileChanged()
173 if (!DepOpts.IncludeSystemHeaders && isSystem(NewFileType)) in FileChanged()
191 if (!DepOpts.ShowSkippedHeaderIncludes) in FileSkipped()
[all …]
H A DCompilerInstance.cpp498 if (!DepOpts.OutputFile.empty()) in createPreprocessor()
500 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
501 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
508 DepOpts.ModuleDependencyOutputDir); in createPreprocessor()
524 if (DepOpts.ShowHeaderIncludes) in createPreprocessor()
525 AttachHeaderIncludeGen(*PP, DepOpts); in createPreprocessor()
526 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
527 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
530 AttachHeaderIncludeGen(*PP, DepOpts, in createPreprocessor()
535 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()
[all …]
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp139 DependencyOutputOptions &DepOpts = CI.getDependencyOutputOpts(); in getCanonicalCommandLine() local
140 DepOpts.OutputFile = in getCanonicalCommandLine()
142 DepOpts.Targets = splitString( in getCanonicalCommandLine()
144 if (!DepOpts.OutputFile.empty() && DepOpts.Targets.empty()) { in getCanonicalCommandLine()
148 DepOpts.Targets.push_back(std::string(Target)); in getCanonicalCommandLine()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DUtils.h181 const DependencyOutputOptions &DepOpts,