Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h74 std::string DOTOutputFile; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp498 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
499 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1021 MarshallingInfoString<DependencyOutputOpts<"DOTOutputFile">>;