Home
last modified time | relevance | path

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

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