Searched refs:CXObjCPropertyAttr_noattr (Results 1 – 3 of 3) sorted by relevance
3377 CXObjCPropertyAttr_noattr = 0x00, enumerator
6002 return CXObjCPropertyAttr_noattr; in clang_Cursor_getObjCPropertyAttributes()6004 unsigned Result = CXObjCPropertyAttr_noattr; in clang_Cursor_getObjCPropertyAttributes()
799 if (PropAttrs != CXObjCPropertyAttr_noattr) { in PrintCursor()