Skip to content

Commit

Permalink
import new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Feb 2, 2013
1 parent a83b0bc commit ca05df4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions clang/cindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2884,6 +2884,21 @@ def cursor(self):
Type,
Type.from_result),

("clang_getRecordAlignment",
[Type],
Type,
Type.from_result),

("clang_getRecordFieldOffset",
[Type],
Type,
Type.from_result),

("clang_getRecordSize",
[Type],
Type,
Type.from_result),

("clang_getSpecializedCursorTemplate",
[Cursor],
Cursor,
Expand Down

0 comments on commit ca05df4

Please sign in to comment.