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.cpp1257 if (!Ident_introduced) { in ParseAvailabilityAttribute()
1258 Ident_introduced = PP.getIdentifierInfo("introduced"); in ParseAvailabilityAttribute()
1336 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()
1341 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
1356 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
H A DParser.cpp533 Ident_introduced = nullptr; in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h132 IdentifierInfo *Ident_introduced; variable