Home
last modified time | relevance | path

Searched refs:Ident_instancetype (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h120 mutable IdentifierInfo *Ident_instancetype; variable
652 if (!Ident_instancetype) in isObjCInstancetype()
653 Ident_instancetype = PP.getIdentifierInfo("instancetype"); in isObjCInstancetype()
654 return Tok.getIdentifierInfo() == Ident_instancetype; in isObjCInstancetype()
/external/clang/lib/Parse/
DParser.cpp473 Ident_instancetype = nullptr; in Initialize()