Lines Matching defs:MethodImplKind
646 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
654 ParseObjCMethodPrototype(MethodImplKind, false))
670 MethodImplKind, false);
770 MethodImplKind = DirectiveKind;
818 MethodImplKind);
1043 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind,
1049 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
1395 tok::ObjCKeywordKind MethodImplKind,
1449 MethodImplKind, false, MethodDefinition);
1570 MethodImplKind, isVariadic, MethodDefinition);