Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp494 Ident_strict = nullptr; in Initialize()
DParseDecl.cpp905 Ident_strict = PP.getIdentifierInfo("strict"); in ParseAvailabilityAttribute()
921 if (Keyword == Ident_strict) { in ParseAvailabilityAttribute()
/external/clang/include/clang/Parse/
DParser.h138 IdentifierInfo *Ident_strict; variable