Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp522 Ident_strict = nullptr; in Initialize()
H A DParseDecl.cpp1140 Ident_strict = PP.getIdentifierInfo("strict"); in ParseAvailabilityAttribute()
1156 if (Keyword == Ident_strict) { in ParseAvailabilityAttribute()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h151 IdentifierInfo *Ident_strict; variable