Home | History | Annotate | Download | only in Sema

Lines Matching defs:Platform

2081                                   IdentifierInfo *Platform,
2086 = AvailabilityAttr::getPrettyPlatformName(Platform->getName());
2088 PlatformName = Platform->getName();
2138 IdentifierInfo *Platform,
2161 if (OldPlatform != Platform) {
2198 << AvailabilityAttr::getPrettyPlatformName(Platform->getName());
2203 << AvailabilityAttr::getPrettyPlatformName(Platform->getName())
2228 if (checkAvailabilityAttr(*this, OldAA->getRange(), Platform,
2249 if (!checkAvailabilityAttr(*this, Range, Platform, MergedIntroduced,
2251 return ::new (Context) AvailabilityAttr(Range, Context, Platform,
2261 IdentifierInfo *Platform = Attr.getParameterName();
2265 if (AvailabilityAttr::getPrettyPlatformName(Platform->getName()).empty())
2267 << Platform;
2286 Platform,