Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h120 mutable IdentifierInfo *Ident_instancetype; variable
639 if (!Ident_instancetype) in isObjCInstancetype()
640 Ident_instancetype = PP.getIdentifierInfo("instancetype"); in isObjCInstancetype()
641 return Tok.getIdentifierInfo() == Ident_instancetype; in isObjCInstancetype()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp472 Ident_instancetype = nullptr; in Initialize()