Searched refs:CXCursor_ObjCPropertyDecl (Results 1 – 3 of 3) sorted by relevance
1593 CXCursor_ObjCPropertyDecl = 14, enumerator
4510 case CXCursor_ObjCPropertyDecl: in clang_getCursorKindSpelling()6321 if (cursor.kind == CXCursor_ObjCPropertyDecl) { in Visit()6364 parent.kind == CXCursor_ObjCPropertyDecl) in Visit()6768 if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) { in clang_annotateTokensImpl()7210 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyAttributes()
3046 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()