Searched refs:clang_Cursor_getObjCPropertyAttributes (Results 1 – 4 of 4) sorted by relevance
33 clang_Cursor_getObjCPropertyAttributes
8249 unsigned clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved) { in clang_Cursor_getObjCPropertyAttributes() function
4575 clang_Cursor_getObjCPropertyAttributes(CXCursor C, unsigned reserved);
1091 unsigned PropAttrs = clang_Cursor_getObjCPropertyAttributes(Cursor, 0); in PrintCursor()