Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp541 Ident_strict = nullptr; in Initialize()
H A DParseDecl.cpp1274 Ident_strict = PP.getIdentifierInfo("strict"); in ParseAvailabilityAttribute()
1291 if (Keyword == Ident_strict) { in ParseAvailabilityAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1430 IdentifierInfo *Ident_strict; variable