Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DJob.h44 struct ResponseFileSupport { struct
45 enum ResponseFileKind {
76 /// Returns a ResponseFileSupport indicating that response files are not argument
78 static constexpr ResponseFileSupport None() { in None() argument
85 static constexpr ResponseFileSupport AtFileUTF8() { in AtFileUTF8() argument
92 static constexpr ResponseFileSupport AtFileCurCP() { in AtFileCurCP() argument
99 static constexpr ResponseFileSupport AtFileUTF16() { in AtFileUTF16() argument