HomeSort by relevance Sort by last modified time
    Searched refs:AddMissingHeaderDeps (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 27 unsigned AddMissingHeaderDeps : 1; ///< Add missing headers to dependency list
55 AddMissingHeaderDeps = 0;
  /external/clang/lib/Frontend/
DependencyFile.cpp 140 bool AddMissingHeaderDeps;
153 AddMissingHeaderDeps(Opts.AddMissingHeaderDeps),
202 if (Opts.AddMissingHeaderDeps)
270 if (AddMissingHeaderDeps)
CompilerInvocation.cpp 591 Opts.AddMissingHeaderDeps = Args.hasArg(OPT_MG);
    [all...]

Completed in 271 milliseconds