Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1262 Ident_message = PP.getIdentifierInfo("message"); in ParseAvailabilityAttribute()
1318 if (Keyword == Ident_message || Keyword == Ident_replacement) { in ParseAvailabilityAttribute()
1325 if (Keyword == Ident_message) { in ParseAvailabilityAttribute()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h144 IdentifierInfo *Ident_message; variable