Searched refs:parseMethod (Results 1 – 2 of 2) sorted by relevance
3266 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument3270 MCDecl && ((parseMethod && !Actions.ObjC().isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3271 (!parseMethod && Actions.ObjC().isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3298 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()3305 if (parseMethod) in ParseLexedObjCMethodDefs()
5391 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);