Home | History | Annotate | Download | only in Parse

Lines Matching refs:parseMethod

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