Searched refs:clang_Cursor_getObjCPropertyAttributes (Results 1 – 4 of 4) sorted by relevance
22 clang_Cursor_getObjCPropertyAttributes
6575 unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved) { in clang_Cursor_getObjCPropertyAttributes() function
3773 CINDEX_LINKAGE unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C,
893 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor()