Home | History | Annotate | Download | only in Parse

Lines Matching refs:DirectiveKind

391     tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
393 if (DirectiveKind == tok::objc_end) { // @end -> terminate list
397 } else if (DirectiveKind == tok::objc_not_keyword) {
406 switch (DirectiveKind) {
433 MethodImplKind = DirectiveKind;