Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h109 std::shared_ptr<DependencyOutputOptions> DependencyOutputOpts; variable
143 return *DependencyOutputOpts; in getDependencyOutputOpts()
261 return *DependencyOutputOpts; in getDependencyOutputOpts()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp151 DependencyOutputOpts(std::make_shared<DependencyOutputOptions>()), in CompilerInvocationBase()
168 DependencyOutputOpts = make_shared_copy(X.getDependencyOutputOpts()); in deep_copy_assign()
188 DependencyOutputOpts = X.DependencyOutputOpts; in shallow_copy_assign()
266 return ensureOwned(DependencyOutputOpts); in getMutDependencyOutputOpts()
2236 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() local
2271 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs() local
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td329 class DependencyOutputOpts<string base>
330 : KeyPathAndMacro<"DependencyOutputOpts.", base, "DEPENDENCY_OUTPUT_"> {}
863 MarshallingInfoFlag<DependencyOutputOpts<"ShowHeaderIncludes">>;
869 MarshallingInfoFlag<DependencyOutputOpts<"ShowSkippedHeaderIncludes">>;
903 MarshallingInfoFlag<DependencyOutputOpts<"AddMissingHeaderDeps">>;
908 MarshallingInfoFlag<DependencyOutputOpts<"UsePhonyTargets">>;
915 MarshallingInfoStringVector<DependencyOutputOpts<"Targets">>;
918 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,
1495 MarshallingInfoString<DependencyOutputOpts<"OutputFile">>;
1499 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;
[all …]