Searched refs:Ident_introduced (Results 1 – 3 of 3) sorted by relevance
1143 if (!Ident_introduced) { in ParseAvailabilityAttribute()1144 Ident_introduced = PP.getIdentifierInfo("introduced"); in ParseAvailabilityAttribute()1234 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()1239 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()1254 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
518 Ident_introduced = nullptr; in Initialize()
138 IdentifierInfo *Ident_introduced; variable