Home
last modified time | relevance | path

Searched refs:ShowHeaderIncludes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h36 unsigned ShowHeaderIncludes : 1; ///< Show header inclusions (-H). variable
81 : IncludeSystemHeaders(0), ShowHeaderIncludes(0), UsePhonyTargets(0), in DependencyOutputOptions()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp972 ASSERT_TRUE(Invocation.getDependencyOutputOpts().ShowHeaderIncludes); in TEST_F()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp524 if (DepOpts.ShowHeaderIncludes) in createPreprocessor()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td678 MarshallingInfoFlag<DependencyOutputOpts<"ShowHeaderIncludes">>;