Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDDependencyOutputOptions.h73 std::string HeaderIncludeOutputFile; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp524 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
525 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td7422 MarshallingInfoString<DependencyOutputOpts<"HeaderIncludeOutputFile">>;