Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h54 std::string DOTOutputFile; variable
/external/clang/lib/Frontend/
DCompilerInstance.cpp348 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
349 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
DCompilerInvocation.cpp733 Opts.DOTOutputFile = Args.getLastArgValue(OPT_dependency_dot); in ParseDependencyOutputArgs()