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 30 unsigned AddMissingHeaderDeps : 1; ///< Add missing headers to dependency list
64 AddMissingHeaderDeps = 0;
  /external/clang/lib/Frontend/
DependencyFile.cpp 161 bool AddMissingHeaderDeps;
176 AddMissingHeaderDeps(Opts.AddMissingHeaderDeps),
242 if (Opts.AddMissingHeaderDeps)
304 if (AddMissingHeaderDeps)
CompilerInvocation.cpp 731 Opts.AddMissingHeaderDeps = Args.hasArg(OPT_MG);
    [all...]

Completed in 163 milliseconds