Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h57 std::string DOTOutputFile; variable
/external/llvm-project/clang/include/clang/Frontend/
DDependencyOutputOptions.h61 std::string DOTOutputFile; variable
/external/llvm-project/clang-tools-extra/clangd/
DCompiler.cpp74 CI->getDependencyOutputOpts().DOTOutputFile.clear(); in buildCompilerInvocation()
/external/clang/lib/Frontend/
DCompilerInstance.cpp350 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
351 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
DCompilerInvocation.cpp862 Opts.DOTOutputFile = Args.getLastArgValue(OPT_dependency_dot); in ParseDependencyOutputArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp442 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
443 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
DCompilerInvocation.cpp1647 Opts.DOTOutputFile = std::string(Args.getLastArgValue(OPT_dependency_dot)); in ParseDependencyOutputArgs()