Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp1134 if (!Ident_introduced) { in ParseAvailabilityAttribute()
1135 Ident_introduced = PP.getIdentifierInfo("introduced"); in ParseAvailabilityAttribute()
1225 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()
1230 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
1245 if (Keyword == Ident_introduced) in ParseAvailabilityAttribute()
H A DParser.cpp518 Ident_introduced = nullptr; in Initialize()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h136 IdentifierInfo *Ident_introduced; variable