Searched refs:Ident_introduced (Results 1 – 3 of 3) sorted by relevance
1071 if (!Ident_introduced) { in ParseAvailabilityAttribute()1072 Ident_introduced = PP.getIdentifierInfo("introduced"); in ParseAvailabilityAttribute()1162 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()1167 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()1182 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
516 Ident_introduced = nullptr; in Initialize()
135 IdentifierInfo *Ident_introduced; variable