Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h67 std::string HeaderIncludeOutputFile; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp533 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
534 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5749 MarshallingInfoString<DependencyOutputOpts<"HeaderIncludeOutputFile">>;