Home
last modified time | relevance | path

Searched refs:SET_CXOBJCPROP_ATTR (Results 1 – 2 of 2) 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 …]
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp8205 #define SET_CXOBJCPROP_ATTR(A) \ in clang_Cursor_getObjCPropertyAttributes() macro
8208 SET_CXOBJCPROP_ATTR(readonly); in clang_Cursor_getObjCPropertyAttributes()
8209 SET_CXOBJCPROP_ATTR(getter); in clang_Cursor_getObjCPropertyAttributes()
8210 SET_CXOBJCPROP_ATTR(assign); in clang_Cursor_getObjCPropertyAttributes()
8211 SET_CXOBJCPROP_ATTR(readwrite); in clang_Cursor_getObjCPropertyAttributes()
8212 SET_CXOBJCPROP_ATTR(retain); in clang_Cursor_getObjCPropertyAttributes()
8213 SET_CXOBJCPROP_ATTR(copy); in clang_Cursor_getObjCPropertyAttributes()
8214 SET_CXOBJCPROP_ATTR(nonatomic); in clang_Cursor_getObjCPropertyAttributes()
8215 SET_CXOBJCPROP_ATTR(setter); in clang_Cursor_getObjCPropertyAttributes()
8216 SET_CXOBJCPROP_ATTR(atomic); in clang_Cursor_getObjCPropertyAttributes()
[all …]