Home | History | Annotate | Download | only in Sema

Lines Matching full:propertyname

6178                                                   IdentifierInfo *PropertyName) {
6205 = Class->FindPropertyDeclaration(PropertyName)) {
6219 NameWithPrefix += PropertyName->getName();
6220 std::string NameWithSuffix = PropertyName->getName().str();
6230 if ((PropertyName == Ivar->getIdentifier() ||