Home
last modified time | relevance | path

Searched refs:Ident_introduced (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParseDecl.cpp856 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()
DParser.cpp452 Ident_introduced = nullptr; in Initialize()
/external/clang/include/clang/Parse/
DParser.h120 IdentifierInfo *Ident_introduced; variable