Searched refs:MCDecl (Results 1 – 1 of 1) sorted by relevance
3706 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local3707 bool skip = MCDecl && in ParseLexedObjCMethodDefs()3709 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3722 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()3743 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3745 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3747 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()3750 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()3752 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()3753 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()[all …]