Home | History | Annotate | Download | only in Parse

Lines Matching refs:MethodImplKind

321   tok::ObjCKeywordKind MethodImplKind;
327 tok::ObjCKeywordKind MethodImplKind) :
329 MethodImplKind(MethodImplKind) {
365 MethodImplKind);
393 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
401 ParseObjCMethodPrototype(MethodImplKind, false))
417 MethodImplKind, false);
499 MethodImplKind = DirectiveKind;
515 OCDS, AtLoc, LParenLoc, MethodImplKind);
676 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind,
682 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
990 tok::ObjCKeywordKind MethodImplKind,
1045 methodAttrs.getList(), MethodImplKind,
1176 MethodImplKind, isVariadic, MethodDefinition);