Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h38 std::string HeaderIncludeOutputFile; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp362 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
363 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
H A DCompilerInvocation.cpp633 Opts.HeaderIncludeOutputFile = Args.getLastArgValue(OPT_header_include_file); in ParseDependencyOutputArgs()