Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/
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
/aosp_15_r20/external/clang/include/clang/Driver/
H A DTool.h39 enum ResponseFileSupport { enum