Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp901 Ident_deprecated = PP.getIdentifierInfo("deprecated"); in ParseAvailabilityAttribute()
975 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()
997 else if (Keyword == Ident_deprecated) in ParseAvailabilityAttribute()
DParser.cpp491 Ident_deprecated = nullptr; in Initialize()
/external/clang/include/clang/Parse/
DParser.h126 IdentifierInfo *Ident_deprecated; variable