Home | History | Annotate | Download | only in libclang

Lines Matching refs:Property

1073   // FIXME: This implements a workaround with @property declarations also being
3687 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl())
3688 return cxstring::createDup(Property->getIdentifier()->getName());
4554 // Avoid having the implicit methods override the property decls.
5111 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl())
5112 return MakeCXCursor(Property, tu);
5393 // ObjCPropertyImplDecls that implement this property.
5949 if (const ObjCPropertyDecl *Property
5951 HasContextSensitiveKeywords = Property->getPropertyAttributesAsWritten() != 0;
5989 // Don't override a property annotation with its getter/setter method.
6400 if (const ObjCPropertyDecl *Property
6402 if (Property->getPropertyAttributesAsWritten() != 0 &&