Home | History | Annotate | Download | only in Parse

Lines Matching refs:DirectiveKind

457     tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
459 if (DirectiveKind == tok::objc_end) { // @end -> terminate list
463 } else if (DirectiveKind == tok::objc_not_keyword) {
472 switch (DirectiveKind) {
499 MethodImplKind = DirectiveKind;