Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h81 std::string DOTOutputFile; variable
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp507 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
508 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1098 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;