[clang] [libclang/python] Add isFunctionInlined support (PR #162882)
Jannick Kremer via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 23 00:14:05 PDT 2025
================
@@ -4308,6 +4315,7 @@ def set_property(self, property, value):
("clang_Cursor_isAnonymous", [Cursor], bool),
("clang_Cursor_isAnonymousRecordDecl", [Cursor], bool),
("clang_Cursor_isBitField", [Cursor], bool),
+ ("clang_Cursor_isFunctionInlined", [Cursor], bool),
----------------
DeinAlptraum wrote:
Sorry, this is the opposite of what I recommended (in terms of consisentcy with the other lib functions)
Shall we change all the other `is` methods to that pattern as well one of these days?
https://github.com/llvm/llvm-project/pull/162882
More information about the cfe-commits
mailing list