Home | History | Annotate | Download | only in Sema

Lines Matching full:propertyname

6021                                                   IdentifierInfo *PropertyName) {
6048 = Class->FindPropertyDeclaration(PropertyName)) {
6062 NameWithPrefix += PropertyName->getName();
6063 std::string NameWithSuffix = PropertyName->getName().str();
6073 if ((PropertyName == Ivar->getIdentifier() ||