Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp259 ParseObjCInterfaceDeclList(tok::objc_not_keyword, CategoryType); in ParseObjCAtInterfaceDeclaration()
306 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType); in ParseObjCAtInterfaceDeclaration()
322 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() function in Parser
1430 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()
/external/clang/include/clang/Parse/
DParser.h1246 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,