Skip to content

Commit 7a69e7d

Browse files
committed
Add isFunctionInlined support in Python Binding
1 parent 91b9d79 commit 7a69e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2362,6 +2362,7 @@ def get_bitfield_width(self) -> int:
23622362
"""
23632363
return conf.lib.clang_getFieldDeclBitWidth(self) # type: ignore [no-any-return]
23642364

2365+
@cursor_null_guard
23652366
def is_function_inlined(self) -> bool:
23662367
"""
23672368
Check if the function is inlined

0 commit comments

Comments
 (0)