Searched refs:parseMethod (Results 1 – 2 of 2) sorted by relevance
3703 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument3707 MCDecl && ((parseMethod && !Actions.ObjC().isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3708 (!parseMethod && Actions.ObjC().isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3735 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()3742 if (parseMethod) in ParseLexedObjCMethodDefs()
1664 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);