Home
last modified time | relevance | path

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

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