Home
last modified time | relevance | path

Searched refs:Ident_message (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Parse/
DParseDecl.cpp904 Ident_message = PP.getIdentifierInfo("message"); in ParseAvailabilityAttribute()
945 if (Keyword == Ident_message || Keyword == Ident_replacement) { in ParseAvailabilityAttribute()
952 if (Keyword == Ident_message) in ParseAvailabilityAttribute()
967 if (Keyword == Ident_message) in ParseAvailabilityAttribute()
/external/clang/include/clang/Parse/
DParser.h135 IdentifierInfo *Ident_message; variable