Searched refs:PropName (Results 1 – 3 of 3) sorted by relevance
325 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local331 if (IvarName == PropName) in findPropertyBackingIvar()337 os << '_' << PropName; in findPropertyBackingIvar()
86 if (const char *PropName = ApplePropertyString(Bit)) in dumpApplePropertyAttribute() local87 OS << PropName; in dumpApplePropertyAttribute()
6399 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local6400 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()6429 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()6432 std::string UpperKey = PropName->getName(); in AddObjCKeyValueCompletions()6444 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()