Lines Matching refs:parseMethod
2907 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) {2911 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) ||2912 (!parseMethod && Actions.isObjCMethodDecl(MCDecl)));2933 parseMethod2939 if (parseMethod)