Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h77 std::string ModuleDependencyOutputDir; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp504 if (!ModuleDepCollector && !DepOpts.ModuleDependencyOutputDir.empty()) { in createPreprocessor()
506 DepOpts.ModuleDependencyOutputDir); in createPreprocessor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1024 MarshallingInfoString<DependencyOutputOpts<"ModuleDependencyOutputDir">>;