Home | History | Annotate | Download | only in libclang

Lines Matching refs:ObjCPropertyDecl

982 bool CursorVisitor::VisitObjCPropertyDecl(ObjCPropertyDecl *PD) {
998 ObjCPropertyDecl *prevDecl =
999 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(ID), PropertyId);
3007 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl())
3343 return createCXString("ObjCPropertyDecl");
4136 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl())
4921 if (ObjCPropertyDecl *Property
4922 = dyn_cast_or_null<ObjCPropertyDecl>(getCursorDecl(cursor)))
5315 if (ObjCPropertyDecl *Property
5316 = dyn_cast_or_null<ObjCPropertyDecl>(getCursorDecl(Cursors[I]))) {