Home
last modified time | relevance | path

Searched refs:UsePhonyTargets (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/Frontend/
DDependencyOutputOptions.h29 unsigned UsePhonyTargets : 1; ///< Include phony targets for each variable
68 : IncludeSystemHeaders(0), ShowHeaderIncludes(0), UsePhonyTargets(0), in DependencyOutputOptions()
/external/llvm-project/clang/lib/Frontend/
DDependencyFile.cpp180 PhonyTarget(Opts.UsePhonyTargets), in DependencyFileGenerator()
/external/clang/lib/Frontend/
DDependencyFile.cpp175 PhonyTarget(Opts.UsePhonyTargets), in DFGImpl()
DCompilerInvocation.cpp857 Opts.UsePhonyTargets = Args.hasArg(OPT_MP); in ParseDependencyOutputArgs()
/external/llvm-project/clang/include/clang/Driver/
DOptions.td465 MarshallingInfoFlag<"DependencyOutputOpts.UsePhonyTargets">;