Searched refs:parseMethod (Results 1 – 2 of 2) sorted by relevance
3646 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument3650 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3651 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3678 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()3684 if (parseMethod) in ParseLexedObjCMethodDefs()
1575 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);