We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3356d2 commit 25aab85Copy full SHA for 25aab85
clang/bindings/python/clang/cindex.py
@@ -2635,6 +2635,19 @@ def spelling(self):
2635
HLSLATTRIBUTEDRESOURCE = 180
2636
HLSLINLINESPIRV = 181
2637
2638
+ SAMPLEDOCLIMAGE1DRO = 200
2639
+ SAMPLEDOCLIMAGE1DARRAYRO = 201
2640
+ SAMPLEDOCLIMAGE1DBUFFERRO = 202
2641
+ SAMPLEDOCLIMAGE2DRO = 203
2642
+ SAMPLEDOCLIMAGE2DARRAYRO = 204
2643
+ SAMPLEDOCLIMAGE2DDEPTHRO = 205
2644
+ SAMPLEDOCLIMAGE2DARRAYDEPTHRO = 206
2645
+ SAMPLEDOCLIMAGE2DMSAARO = 207
2646
+ SAMPLEDOCLIMAGE2DARRAYMSAARO = 208
2647
+ SAMPLEDOCLIMAGE2DMSAADEPTHRO = 209
2648
+ SAMPLEDOCLIMAGE2DARRAYMSAADEPTHRO = 210
2649
+ SAMPLEDOCLIMAGE3DRO = 211
2650
+
2651
class RefQualifierKind(BaseEnumeration):
2652
"""Describes a specific ref-qualifier of a type."""
2653
0 commit comments