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