Home
last modified time | relevance | path

Searched refs:SET_CXOBJCPROP_ATTR (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/libclang/
DCIndex.cpp7218 #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()
[all …]