Home | History | Annotate | Download | only in Parse

Lines Matching refs:MethodImplKind

300   tok::ObjCKeywordKind MethodImplKind;
306 tok::ObjCKeywordKind MethodImplKind) :
308 MethodImplKind(MethodImplKind) {
343 MethodImplKind);
371 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
379 ParseObjCMethodPrototype(MethodImplKind, false);
395 MethodImplKind, false);
477 MethodImplKind = DirectiveKind;
493 OCDS, AtLoc, LParenLoc, MethodImplKind);
654 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind,
660 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind,
966 tok::ObjCKeywordKind MethodImplKind,
1020 methodAttrs.getList(), MethodImplKind,
1147 MethodImplKind, isVariadic, MethodDefinition);