HomeSort by relevance Sort by last modified time
    Searched refs:DOTOutputFile (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 43 std::string DOTOutputFile;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 261 if (!DepOpts.DOTOutputFile.empty())
262 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile,
    [all...]
CompilerInvocation.cpp 481 Opts.DOTOutputFile = Args.getLastArgValue(OPT_dependency_dot);
    [all...]

Completed in 365 milliseconds