Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp1071 if (!Ident_introduced) { in ParseAvailabilityAttribute()
1072 Ident_introduced = PP.getIdentifierInfo("introduced"); in ParseAvailabilityAttribute()
1162 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()
1167 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
1182 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
H A DParser.cpp516 Ident_introduced = nullptr; in Initialize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h135 IdentifierInfo *Ident_introduced; variable