Searched refs:CXCursor_ObjCPropertyDecl (Results 1 – 8 of 8) sorted by relevance
5183 case CXCursor_ObjCPropertyDecl: in clang_getCursorKindSpelling()7201 if (cursor.kind == CXCursor_ObjCPropertyDecl) { in Visit()7245 parent.kind == CXCursor_ObjCPropertyDecl) in Visit()7699 if (Cursors[I].kind == CXCursor_ObjCPropertyDecl) { in clang_annotateTokensImpl()8198 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyAttributes()8227 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertyGetterName()8239 if (C.kind != CXCursor_ObjCPropertyDecl) in clang_Cursor_getObjCPropertySetterName()
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()
1746 CXCursor_ObjCPropertyDecl = 14, enumerator
1112 if (Cursor.kind == CXCursor_ObjCPropertyDecl) { in PrintCursor()1124 if (Cursor.kind == CXCursor_ObjCPropertyDecl) { in PrintCursor()
232 const CXCursor_ObjCPropertyDecl = 14, constant
3046 case Decl::ObjCProperty: return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()
3819 return CXCursor_ObjCPropertyDecl; in getCursorKindForDecl()