Home | History | Annotate | Download | only in Parse

Lines Matching full:parsemethod

2862 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) {
2866 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) ||
2867 (!parseMethod && Actions.isObjCMethodDecl(MCDecl)));
2888 parseMethod
2894 if (parseMethod)