Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h30 unsigned AddMissingHeaderDeps : 1; ///< Add missing headers to dependency list variable
67 AddMissingHeaderDeps = 0; in DependencyOutputOptions()
/external/clang/lib/Frontend/
DDependencyFile.cpp161 bool AddMissingHeaderDeps; member in __anon51c2cd670211::DFGImpl
176 AddMissingHeaderDeps(Opts.AddMissingHeaderDeps), in DFGImpl()
242 if (Opts.AddMissingHeaderDeps) in CreateAndAttachToPreprocessor()
304 if (AddMissingHeaderDeps) in InclusionDirective()
DCompilerInvocation.cpp860 Opts.AddMissingHeaderDeps = Args.hasArg(OPT_MG); in ParseDependencyOutputArgs()