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 7a2a36f commit 7b3db55Copy full SHA for 7b3db55
clang/bindings/python/clang/cindex.py
@@ -4077,6 +4077,7 @@ def function_exists(self, name):
4077
conf = Config()
4078
4079
__all__ = [
4080
+ "AccessSpecifier",
4081
"AvailabilityKind",
4082
"BinaryOperator",
4083
"Config",
@@ -4087,12 +4088,16 @@ def function_exists(self, name):
4087
4088
"CursorKind",
4089
"Cursor",
4090
"Diagnostic",
4091
+ "ExceptionSpecificationKind",
4092
"File",
4093
"FixIt",
4094
"Index",
4095
"LinkageKind",
4096
+ "RefQualifierKind",
4097
"SourceLocation",
4098
"SourceRange",
4099
+ "StorageClass",
4100
+ "TemplateArgumentKind",
4101
"TLSKind",
4102
"TokenKind",
4103
"Token",
0 commit comments