Searched refs:MCDecl (Results 1 – 1 of 1) sorted by relevance
3621 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local3622 bool skip = MCDecl && in ParseLexedObjCMethodDefs()3623 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3624 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3651 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3653 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3655 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()3658 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()3660 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()3661 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()