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.cpp538 Ident_strict = nullptr; in Initialize()
H A DParseDecl.cpp1353 Ident_strict = PP.getIdentifierInfo("strict"); in ParseAvailabilityAttribute()
1370 if (Keyword == Ident_strict) { in ParseAvailabilityAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h151 IdentifierInfo *Ident_strict; variable