Skip to content

Commit aaf42c2

Browse files
Merge branch 'main' into main
2 parents a32f2a4 + bf32a31 commit aaf42c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sources/libClangSharp/ClangSharp.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,10 @@ CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasBody(CXCursor C);
389389

390390
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasDefaultArg(CXCursor C);
391391

392+
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasUnparsedDefaultArg(CXCursor C);
393+
394+
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasUninstantiatedDefaultArg(CXCursor C);
395+
392396
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasElseStorage(CXCursor C);
393397

394398
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasExplicitTemplateArgs(CXCursor C);

0 commit comments

Comments
 (0)