Home | History | Annotate | Download | only in Parse

Lines Matching refs:DirectiveKind

701     tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
703 if (DirectiveKind == tok::objc_end) { // @end -> terminate list
707 } else if (DirectiveKind == tok::objc_not_keyword) {
716 switch (DirectiveKind) {
743 MethodImplKind = DirectiveKind;