Searched refs:DirectiveKind (Results 1 – 1 of 1) sorted by relevance
387 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList() local389 if (DirectiveKind == tok::objc_end) { // @end -> terminate list in ParseObjCInterfaceDeclList()393 } else if (DirectiveKind == tok::objc_not_keyword) { in ParseObjCInterfaceDeclList()402 switch (DirectiveKind) { in ParseObjCInterfaceDeclList()426 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList()