Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h60 std::string HeaderIncludeOutputFile; variable
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompiler.cpp57 CI.getDependencyOutputOpts().HeaderIncludeOutputFile.clear(); in disableUnsupportedOptions()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp526 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
527 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5574 MarshallingInfoString<DependencyOutputOpts<"HeaderIncludeOutputFile">>;