Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp453 Ident_deprecated = nullptr; in Initialize()
DParseDecl.cpp858 Ident_deprecated = PP.getIdentifierInfo("deprecated"); in ParseAvailabilityAttribute()
914 if ((Keyword == Ident_introduced || Keyword == Ident_deprecated) && in ParseAvailabilityAttribute()
936 else if (Keyword == Ident_deprecated) in ParseAvailabilityAttribute()
/external/clang/include/clang/Parse/
DParser.h123 IdentifierInfo *Ident_deprecated; variable