Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h49 std::string HeaderIncludeOutputFile; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp448 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
449 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
H A DCompilerInvocation.cpp1336 Opts.HeaderIncludeOutputFile = Args.getLastArgValue(OPT_header_include_file); in ParseDependencyOutputArgs()