Searched refs:CXCursor_ObjCPropertyDecl (Results 1 – 4 of 4) sorted by relevance
5225 case CXCursor_ObjCPropertyDecl: in clang_getCursorKindSpelling()7253 if (cursor.kind == CXCursor_ObjCPropertyDecl) { in Visit()7297 parent.kind == CXCursor_ObjCPropertyDecl) in Visit()7751 if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) { in clang_annotateTokensImpl()8250 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyAttributes()8279 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyGetterName()8291 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertySetterName()
1746 CXCursor_ObjCPropertyDecl = 14, enumerator
1113 if (Cursor.kind == CXCursor_ObjCPropertyDecl) { in PrintCursor()1125 if (Cursor.kind == CXCursor_ObjCPropertyDecl) { in PrintCursor()
3873 return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()