Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h27 unsigned AddMissingHeaderDeps : 1; ///< Add missing headers to dependency list variable
55 AddMissingHeaderDeps = 0; in DependencyOutputOptions()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DDependencyFile.cpp150 bool AddMissingHeaderDeps; member in __anon8d4671bb0211::DFGImpl
163 AddMissingHeaderDeps(Opts.AddMissingHeaderDeps), in DFGImpl()
212 if (Opts.AddMissingHeaderDeps) in CreateAndAttachToPreprocessor()
280 if (AddMissingHeaderDeps) in InclusionDirective()
H A DCompilerInvocation.cpp634 Opts.AddMissingHeaderDeps = Args.hasArg(OPT_MG); in ParseDependencyOutputArgs()