Home | History | Annotate | Download | only in AST

Lines Matching refs:property

93 /// FindPropertyDeclaration - Finds declaration of the property given its name
149 /// FindPropertyVisibleInPrimaryClass - Finds declaration of the property
948 void ObjCImplDecl::addPropertyImplementation(ObjCPropertyImplDecl *property) {
950 property->setLexicalDeclContext(this);
951 addDecl(property);
973 /// the implemented property that uses it.
1057 ObjCPropertyDecl *property,
1061 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,