Home
last modified time | relevance | path

Searched defs:ResponseFileSupport (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DJob.h43 struct ResponseFileSupport { struct
44 enum ResponseFileKind {
75 /// Returns a ResponseFileSupport indicating that response files are not argument
77 static constexpr ResponseFileSupport None() { in None() argument
84 static constexpr ResponseFileSupport AtFileUTF8() { in AtFileUTF8() argument
91 static constexpr ResponseFileSupport AtFileCurCP() { in AtFileCurCP() argument
98 static constexpr ResponseFileSupport AtFileUTF16() { in AtFileUTF16() argument