Searched refs:PropName (Results 1 – 4 of 4) sorted by relevance
320 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local326 if (IvarName == PropName) in findPropertyBackingIvar()332 os << '_' << PropName; in findPropertyBackingIvar()
1042 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local1046 if (!(PropName.startswith(ReleasePrefix) || in isReleasedByCIFilterDealloc()
45 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local46 if (!PropName.empty()) in dumpApplePropertyAttribute()47 OS << PropName; in dumpApplePropertyAttribute()
8842 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local8843 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()8872 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()8875 std::string UpperKey = std::string(PropName->getName()); in AddObjCKeyValueCompletions()8887 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()