Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp287 ParseObjCInterfaceDeclList(tok::objc_not_keyword, CategoryType); in ParseObjCAtInterfaceDeclaration()
372 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType); in ParseObjCAtInterfaceDeclaration()
620 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() function in Parser
2071 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1315 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,