Searched refs:DOTOutputFile (Results 1 – 7 of 7) sorted by relevance
57 std::string DOTOutputFile; variable
61 std::string DOTOutputFile; variable
74 CI->getDependencyOutputOpts().DOTOutputFile.clear(); in buildCompilerInvocation()
350 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()351 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
862 Opts.DOTOutputFile = Args.getLastArgValue(OPT_dependency_dot); in ParseDependencyOutputArgs()
442 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()443 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
1647 Opts.DOTOutputFile = std::string(Args.getLastArgValue(OPT_dependency_dot)); in ParseDependencyOutputArgs()