Searched refs:CXCursor_ObjCPropertyDecl (Results 1 – 4 of 4) sorted by relevance
5421 case CXCursor_ObjCPropertyDecl: in clang_getCursorKindSpelling()7482 if (cursor.kind == CXCursor_ObjCPropertyDecl) { in Visit()7526 parent.kind == CXCursor_ObjCPropertyDecl) in Visit()7980 if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) { in clang_annotateTokensImpl()8507 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyAttributes()8536 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyGetterName()8548 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()
3989 return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()