Searched refs:Ident_introduced (Results 1 – 3 of 3) sorted by relevance
856 if (!Ident_introduced) { in ParseAvailabilityAttribute()857 Ident_introduced = PP.getIdentifierInfo("introduced"); in ParseAvailabilityAttribute()914 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()919 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()934 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
452 Ident_introduced = nullptr; in Initialize()
120 IdentifierInfo *Ident_introduced; variable