Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1270 Ident_deprecated = PP.getIdentifierInfo("deprecated"); in ParseAvailabilityAttribute()
1309 if (Keyword == Ident_deprecated && Platform->getIdentifierInfo() && in ParseAvailabilityAttribute()
1364 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()
1386 else if (Keyword == Ident_deprecated) in ParseAvailabilityAttribute()
H A DParser.cpp538 Ident_deprecated = nullptr; in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1418 IdentifierInfo *Ident_deprecated; variable