Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp23 const DependencyOutputOptions &DepOpts; member in __anon1e3195860111::HeaderIncludesCallback
34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() argument
36 : SM(PP->getSourceManager()), OutputFile(OutputFile_), DepOpts(DepOpts), in HeaderIncludesCallback()
58 if (!DepOpts.IncludeSystemHeaders && isSystem(HeaderType)) in ShouldShowHeader()
139 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen() argument
147 switch (DepOpts.ShowIncludesDest) { in AttachHeaderIncludeGen()
176 switch (DepOpts.HeaderIncludeFormat) { in AttachHeaderIncludeGen()
180 assert(DepOpts.HeaderIncludeFiltering == HIFIL_None && in AttachHeaderIncludeGen()
188 for (const auto &Header : DepOpts.ExtraDeps) in AttachHeaderIncludeGen()
196 assert(DepOpts.HeaderIncludeFiltering == HIFIL_Only_Direct_System && in AttachHeaderIncludeGen()
[all …]
H A DCompilerInstance.cpp497 if (!DepOpts.OutputFile.empty()) in createPreprocessor()
499 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
500 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
507 DepOpts.ModuleDependencyOutputDir); in createPreprocessor()
523 if (DepOpts.ShowHeaderIncludes) in createPreprocessor()
524 AttachHeaderIncludeGen(*PP, DepOpts); in createPreprocessor()
525 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
526 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
529 AttachHeaderIncludeGen(*PP, DepOpts, in createPreprocessor()
534 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h183 const DependencyOutputOptions &DepOpts,