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 150 bool AddMissingHeaderDeps;
163 AddMissingHeaderDeps(Opts.AddMissingHeaderDeps),
212 if (Opts.AddMissingHeaderDeps)
280 if (AddMissingHeaderDeps)
CompilerInvocation.cpp 659 Opts.AddMissingHeaderDeps = Args.hasArg(OPT_MG);
    [all...]

Completed in 54 milliseconds