Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h27 unsigned UsePhonyTargets : 1; ///< Include phony targets for each variable
66 UsePhonyTargets = 0; in DependencyOutputOptions()
/external/clang/lib/Frontend/
DDependencyFile.cpp175 PhonyTarget(Opts.UsePhonyTargets), in DFGImpl()
DCompilerInvocation.cpp857 Opts.UsePhonyTargets = Args.hasArg(OPT_MP); in ParseDependencyOutputArgs()