Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp520 Ident_strict = nullptr; in Initialize()
H A DParseDecl.cpp1077 Ident_strict = PP.getIdentifierInfo("strict"); in ParseAvailabilityAttribute()
1093 if (Keyword == Ident_strict) { in ParseAvailabilityAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h150 IdentifierInfo *Ident_strict; variable