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
50 AddMissingHeaderDeps = 0;
  /external/clang/lib/Frontend/
DependencyFile.cpp 39 bool AddMissingHeaderDeps;
53 AddMissingHeaderDeps(Opts.AddMissingHeaderDeps),
83 if (Opts.AddMissingHeaderDeps)
143 if (AddMissingHeaderDeps)
CompilerInvocation.cpp 517 Opts.AddMissingHeaderDeps = Args.hasArg(OPT_MG);
    [all...]

Completed in 74 milliseconds