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 45 std::string DOTOutputFile;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 346 if (!DepOpts.DOTOutputFile.empty())
347 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile,
    [all...]
CompilerInvocation.cpp 593 Opts.DOTOutputFile = Args.getLastArgValue(OPT_dependency_dot);
    [all...]

Completed in 49 milliseconds