Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDDependencyOutputOptions.h48 std::string HeaderIncludeOutputFile; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp454 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
455 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
HDCompilerInvocation.cpp1439 Opts.HeaderIncludeOutputFile = Args.getLastArgValue(OPT_header_include_file); in ParseDependencyOutputArgs()