Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp6584 #define SET_CXOBJCPROP_ATTR(A) \ in clang_Cursor_getObjCPropertyAttributes() macro
6587 SET_CXOBJCPROP_ATTR(readonly); in clang_Cursor_getObjCPropertyAttributes()
6588 SET_CXOBJCPROP_ATTR(getter); in clang_Cursor_getObjCPropertyAttributes()
6589 SET_CXOBJCPROP_ATTR(assign); in clang_Cursor_getObjCPropertyAttributes()
6590 SET_CXOBJCPROP_ATTR(readwrite); in clang_Cursor_getObjCPropertyAttributes()
6591 SET_CXOBJCPROP_ATTR(retain); in clang_Cursor_getObjCPropertyAttributes()
6592 SET_CXOBJCPROP_ATTR(copy); in clang_Cursor_getObjCPropertyAttributes()
6593 SET_CXOBJCPROP_ATTR(nonatomic); in clang_Cursor_getObjCPropertyAttributes()
6594 SET_CXOBJCPROP_ATTR(setter); in clang_Cursor_getObjCPropertyAttributes()
6595 SET_CXOBJCPROP_ATTR(atomic); in clang_Cursor_getObjCPropertyAttributes()
[all …]