Searched refs:PropName (Results 1 – 4 of 4) sorted by relevance
320 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local324 if (IvarName == PropName) in findPropertyBackingIvar()330 os << '_' << PropName; in findPropertyBackingIvar()
1032 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local1036 if (!(PropName.starts_with(ReleasePrefix) || in isReleasedByCIFilterDealloc()
46 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local47 if (!PropName.empty()) in dumpApplePropertyAttribute()48 OS << PropName; in dumpApplePropertyAttribute()
8950 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local8951 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()8980 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()8983 std::string UpperKey = std::string(PropName->getName()); in AddObjCKeyValueCompletions()8995 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()