Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h60 std::string HeaderIncludeOutputFile; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp524 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
525 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5060 MarshallingInfoString<DependencyOutputOpts<"HeaderIncludeOutputFile">>;