Searched refs:Ident_introduced (Results 1 – 3 of 3) sorted by relevance
886 if (!Ident_introduced) { in ParseAvailabilityAttribute()887 Ident_introduced = PP.getIdentifierInfo("introduced"); in ParseAvailabilityAttribute()944 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()949 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()964 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
490 Ident_introduced = nullptr; in Initialize()
123 IdentifierInfo *Ident_introduced; variable