Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp537 Ident_strict = nullptr; in Initialize()
H A DParseDecl.cpp1263 Ident_strict = PP.getIdentifierInfo("strict"); in ParseAvailabilityAttribute()
1279 if (Keyword == Ident_strict) { in ParseAvailabilityAttribute()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h147 IdentifierInfo *Ident_strict; variable