Searched refs:Ident_introduced (Results 1 – 3 of 3) sorted by relevance
899 if (!Ident_introduced) { in ParseAvailabilityAttribute()900 Ident_introduced = PP.getIdentifierInfo("introduced"); in ParseAvailabilityAttribute()975 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()980 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()995 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
490 Ident_introduced = nullptr; in Initialize()
123 IdentifierInfo *Ident_introduced; variable