Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp968 Ident_message = PP.getIdentifierInfo("message"); in ParseAvailabilityAttribute()
1024 if (Keyword == Ident_message || Keyword == Ident_replacement) { in ParseAvailabilityAttribute()
1031 if (Keyword == Ident_message) in ParseAvailabilityAttribute()
1046 if (Keyword == Ident_message) in ParseAvailabilityAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h138 IdentifierInfo *Ident_message; variable