Skip to content

Commit a2032e1

Browse files
committed
Add new getHas*DefaultArg C++ functions to ClangSharp.h
1 parent 7eb68ba commit a2032e1

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
@@ -371,6 +371,10 @@ CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasBody(CXCursor C);
371371

372372
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasDefaultArg(CXCursor C);
373373

374+
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasUnparsedDefaultArg(CXCursor C);
375+
376+
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasUninstantiatedDefaultArg(CXCursor C);
377+
374378
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasElseStorage(CXCursor C);
375379

376380
CLANGSHARP_LINKAGE unsigned clangsharp_Cursor_getHasExplicitTemplateArgs(CXCursor C);

0 commit comments

Comments
 (0)