Searched refs:PropName (Results 1 – 9 of 9) sorted by relevance
320 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local326 if (IvarName == PropName) in findPropertyBackingIvar()332 os << '_' << PropName; in findPropertyBackingIvar()
1041 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local1045 if (!(PropName.startswith(ReleasePrefix) || in isReleasedByCIFilterDealloc()
321 StringRef PropName = Prop->getIdentifier()->getName(); in findPropertyBackingIvar() local327 if (IvarName == PropName) in findPropertyBackingIvar()333 os << '_' << PropName; in findPropertyBackingIvar()
1042 StringRef PropName = PropImpl->getPropertyDecl()->getName(); in isReleasedByCIFilterDealloc() local1046 if (!(PropName.startswith(ReleasePrefix) || in isReleasedByCIFilterDealloc()
46 auto PropName = ApplePropertyString(Bit); in dumpApplePropertyAttribute() local47 if (!PropName.empty()) in dumpApplePropertyAttribute()48 OS << PropName; in dumpApplePropertyAttribute()
86 if (const char *PropName = ApplePropertyString(Bit)) in dumpApplePropertyAttribute() local87 OS << PropName; in dumpApplePropertyAttribute()
6420 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local6421 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()6450 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()6453 std::string UpperKey = PropName->getName(); in AddObjCKeyValueCompletions()6465 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()
8136 IdentifierInfo *PropName = Property->getIdentifier(); in AddObjCKeyValueCompletions() local8137 if (!PropName || PropName->getLength() == 0) in AddObjCKeyValueCompletions()8166 } Key(Allocator, PropName->getName()); in AddObjCKeyValueCompletions()8169 std::string UpperKey = std::string(PropName->getName()); in AddObjCKeyValueCompletions()8181 KnownSelectors.insert(Selectors.getNullarySelector(PropName)).second && in AddObjCKeyValueCompletions()