Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1268 if (!Ident_introduced) { in ParseAvailabilityAttribute()
1269 Ident_introduced = PP.getIdentifierInfo("introduced"); in ParseAvailabilityAttribute()
1364 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()
1369 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
1384 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
H A DParser.cpp537 Ident_introduced = nullptr; in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1415 IdentifierInfo *Ident_introduced; variable