Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp521 Ident_replacement = nullptr; in Initialize()
H A DParseDecl.cpp1078 Ident_replacement = PP.getIdentifierInfo("replacement"); in ParseAvailabilityAttribute()
1132 if (Keyword == Ident_message || Keyword == Ident_replacement) { in ParseAvailabilityAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h153 IdentifierInfo *Ident_replacement; variable