Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h144 DependencyOutputOptions DependencyOutputOpts; variable
163 return DependencyOutputOpts; in getDependencyOutputOpts()
167 return DependencyOutputOpts; in getDependencyOutputOpts()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td272 class DependencyOutputOpts<string base>
273 : KeyPathAndMacro<"DependencyOutputOpts.", base, "DEPENDENCY_OUTPUT_"> {}
688 MarshallingInfoFlag<DependencyOutputOpts<"ShowHeaderIncludes">>;
693 MarshallingInfoFlag<DependencyOutputOpts<"ShowSkippedHeaderIncludes">>;
722 MarshallingInfoFlag<DependencyOutputOpts<"AddMissingHeaderDeps">>;
727 MarshallingInfoFlag<DependencyOutputOpts<"UsePhonyTargets">>;
732 MarshallingInfoStringVector<DependencyOutputOpts<"Targets">>;
1095 MarshallingInfoString<DependencyOutputOpts<"OutputFile">>;
1098 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;
5743 MarshallingInfoFlag<DependencyOutputOpts<"IncludeSystemHeaders">>;
[all …]
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2058 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() local
2099 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs() local
4710 GenerateDependencyOutputArgs(DependencyOutputOpts, Args, SA); in generateCC1CommandLine()