Home | History | Annotate | Download | only in Parse

Lines Matching refs:MethodImplKind

317   tok::ObjCKeywordKind MethodImplKind;
323 tok::ObjCKeywordKind MethodImplKind) :
325 MethodImplKind(MethodImplKind) {
361 MethodImplKind);
389 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
397 ParseObjCMethodPrototype(MethodImplKind, false))
413 MethodImplKind, false);
495 MethodImplKind = DirectiveKind;
511 OCDS, AtLoc, LParenLoc, MethodImplKind);
669 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind,
675 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
982 tok::ObjCKeywordKind MethodImplKind,
1036 methodAttrs.getList(), MethodImplKind,
1169 MethodImplKind, isVariadic, MethodDefinition);