Searched refs:DepOpts (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | HeaderIncludeGen.cpp | 23 const DependencyOutputOptions &DepOpts; member in __anon6aa20c9d0111::HeaderIncludesCallback 34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() argument 36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts), in HeaderIncludesCallback() 128 switch (DepOpts.ShowIncludesDest) { in AttachHeaderIncludeGen() 157 switch (DepOpts.HeaderIncludeFormat) { in AttachHeaderIncludeGen() 161 assert(DepOpts.HeaderIncludeFiltering == HIFIL_None && in AttachHeaderIncludeGen() 169 for (const auto &Header : DepOpts.ExtraDeps) in AttachHeaderIncludeGen() 206 if (!DepOpts.ShowIncludesPretendHeader.empty()) { in FileChanged() 225 else if (!DepOpts.ShowIncludesPretendHeader.empty()) in FileChanged() 246 if (!DepOpts.ShowSkippedHeaderIncludes) in FileSkipped() [all …]
|
H A D | CompilerInstance.cpp | 505 if (!DepOpts.OutputFile.empty()) in createPreprocessor() 507 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor() 508 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor() 515 DepOpts.ModuleDependencyOutputDir); in createPreprocessor() 531 if (DepOpts.ShowHeaderIncludes) in createPreprocessor() 532 AttachHeaderIncludeGen(*PP, DepOpts); in createPreprocessor() 533 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor() 534 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor() 537 AttachHeaderIncludeGen(*PP, DepOpts, in createPreprocessor() 542 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor() [all …]
|
/openbsd/gnu/llvm/clang/include/clang/Frontend/ |
H A D | Utils.h | 181 const DependencyOutputOptions &DepOpts,
|