Searched refs:CXObjCPropertyAttr_noattr (Results 1 – 3 of 3) sorted by relevance
3922 CXObjCPropertyAttr_noattr = 0x00, enumerator
7211 return CXObjCPropertyAttr_noattr; in clang_Cursor_getObjCPropertyAttributes()7213 unsigned Result = CXObjCPropertyAttr_noattr; in clang_Cursor_getObjCPropertyAttributes()
924 if (PropAttrs != CXObjCPropertyAttr_noattr) { in PrintCursor()