Searched refs:MCDecl (Results 1 – 1 of 1) sorted by relevance
3705 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local3707 MCDecl && ((parseMethod && !Actions.ObjC().isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3708 (!parseMethod && Actions.ObjC().isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3721 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()3743 Actions.ObjC().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 …]