Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParser.cpp522 Ident_strict = nullptr; in Initialize()
H A DParseDecl.cpp1149 Ident_strict = PP.getIdentifierInfo("strict"); in ParseAvailabilityAttribute()
1165 if (Keyword == Ident_strict) { in ParseAvailabilityAttribute()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h153 IdentifierInfo *Ident_strict; variable