Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp318 ParseObjCInterfaceDeclList(tok::objc_not_keyword, CategoryType); in ParseObjCAtInterfaceDeclaration()
391 ParseObjCInterfaceDeclList(tok::objc_interface, ClsType); in ParseObjCAtInterfaceDeclaration()
642 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList() function in Parser
2134 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1774 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,