Lines Matching refs:SET_CXOBJCPROP_ATTR
7218 #define SET_CXOBJCPROP_ATTR(A) \ in clang_Cursor_getObjCPropertyAttributes() macro
7221 SET_CXOBJCPROP_ATTR(readonly); in clang_Cursor_getObjCPropertyAttributes()
7222 SET_CXOBJCPROP_ATTR(getter); in clang_Cursor_getObjCPropertyAttributes()
7223 SET_CXOBJCPROP_ATTR(assign); in clang_Cursor_getObjCPropertyAttributes()
7224 SET_CXOBJCPROP_ATTR(readwrite); in clang_Cursor_getObjCPropertyAttributes()
7225 SET_CXOBJCPROP_ATTR(retain); in clang_Cursor_getObjCPropertyAttributes()
7226 SET_CXOBJCPROP_ATTR(copy); in clang_Cursor_getObjCPropertyAttributes()
7227 SET_CXOBJCPROP_ATTR(nonatomic); in clang_Cursor_getObjCPropertyAttributes()
7228 SET_CXOBJCPROP_ATTR(setter); in clang_Cursor_getObjCPropertyAttributes()
7229 SET_CXOBJCPROP_ATTR(atomic); in clang_Cursor_getObjCPropertyAttributes()
7230 SET_CXOBJCPROP_ATTR(weak); in clang_Cursor_getObjCPropertyAttributes()
7231 SET_CXOBJCPROP_ATTR(strong); in clang_Cursor_getObjCPropertyAttributes()
7232 SET_CXOBJCPROP_ATTR(unsafe_unretained); in clang_Cursor_getObjCPropertyAttributes()
7233 SET_CXOBJCPROP_ATTR(class); in clang_Cursor_getObjCPropertyAttributes()
7234 #undef SET_CXOBJCPROP_ATTR in clang_Cursor_getObjCPropertyAttributes()