Home
last modified time | relevance | path

Searched refs:IncludeSystemHeaders (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h35 unsigned IncludeSystemHeaders : 1; ///< Include system header dependencies.
81 : IncludeSystemHeaders(0), ShowHeaderIncludes(0), UsePhonyTargets(0), in DependencyOutputOptions()
H A DUtils.h126 bool needSystemDependencies() final override { return IncludeSystemHeaders; } in needSystemDependencies()
139 bool IncludeSystemHeaders; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp190 IncludeSystemHeaders(Opts.IncludeSystemHeaders), in DependencyFileGenerator()
225 if (IncludeSystemHeaders) in sawDependency()
H A DHeaderIncludeGen.cpp173 if (!DepOpts.IncludeSystemHeaders && isSystem(NewFileType)) in FileChanged()
194 if (!DepOpts.IncludeSystemHeaders && isSystem(FileType)) in FileSkipped()
H A DCompilerInvocation.cpp2041 if (Opts.IncludeSystemHeaders) { in ParseDependencyOutputArgs()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp231 Opts->IncludeSystemHeaders = true; in runInvocation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp690 opts.IncludeSystemHeaders = true; in Create()
H A DClangExpressionParser.cpp401 opts.IncludeSystemHeaders = true; in ClangExpressionParser()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5114 MarshallingInfoFlag<DependencyOutputOpts<"IncludeSystemHeaders">>;