Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp482 Ident_replacement = nullptr; in Initialize()
H A DParseDecl.cpp970 Ident_replacement = PP.getIdentifierInfo("replacement"); in ParseAvailabilityAttribute()
1024 if (Keyword == Ident_message || Keyword == Ident_replacement) { in ParseAvailabilityAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h144 IdentifierInfo *Ident_replacement; variable