Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h84 std::string DOTOutputFile; variable
/llvm-project/clang-tools-extra/clangd/
H A DCompiler.cpp58 CI.getDependencyOutputOpts().DOTOutputFile.clear(); in disableUnsupportedOptions()
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp499 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
500 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
/llvm-project/clang/include/clang/Driver/
H A DOptions.td1519 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;