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.cpp1349 Ident_deprecated = PP.getIdentifierInfo("deprecated"); in ParseAvailabilityAttribute()
1388 if (Keyword == Ident_deprecated && Platform->Ident && in ParseAvailabilityAttribute()
1443 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()
1465 else if (Keyword == Ident_deprecated) in ParseAvailabilityAttribute()
H A DParser.cpp535 Ident_deprecated = nullptr; in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h139 IdentifierInfo *Ident_deprecated; variable