Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h27 unsigned AddMissingHeaderDeps : 1; ///< Add missing headers to dependency list variable
55 AddMissingHeaderDeps = 0; in DependencyOutputOptions()
/external/clang/lib/Frontend/
DDependencyFile.cpp140 bool AddMissingHeaderDeps; member in __anonf3ab77ae0211::DFGImpl
153 AddMissingHeaderDeps(Opts.AddMissingHeaderDeps), in DFGImpl()
202 if (Opts.AddMissingHeaderDeps) in CreateAndAttachToPreprocessor()
270 if (AddMissingHeaderDeps) in InclusionDirective()
DCompilerInvocation.cpp591 Opts.AddMissingHeaderDeps = Args.hasArg(OPT_MG); in ParseDependencyOutputArgs()