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 9efe91b commit 8c14af8Copy full SHA for 8c14af8
clang/bindings/python/clang/cindex.py
@@ -2365,7 +2365,7 @@ def get_bitfield_width(self) -> int:
2365
@cursor_null_guard
2366
def is_function_inlined(self) -> bool:
2367
"""
2368
- Check if the function is inlined
+ Check if the function is inlined.
2369
2370
assert self.kind == TypeKind.FUNCTIONPROTO
2371
return conf.lib.clang_Cursor_isFunctionInlined(self) # type: ignore [no-any-return]
0 commit comments